• Hello, great theme, really what I need!
    I just want to change the color of the text menu, can you help me?
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you post a link to your site?

    Thread Starter kriminal1980

    (@kriminal1980)

    Hi Stephen
    My website is https://www.elflandstudio.com but I found the way ??

    In style.css of accesspress ray I found this code

    #site-navigation .menu > ul > li > a{
    border-left: 1px solid #ececec;
    color: #23a38f;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    line-height: 86px;
    padding: 0 14px;
    text-transform: uppercase;

    and i change the line:
    “color: #23a38f”

    in

    “color: #000000”

    #000000 is black ??

    Hi kriminal1980,
    You can also change the color by pasting following css rule in Dashboard > Appearance > Theme Options > Tools > Custom css.

    #site-navigation .menu > ul > li > a{
    color: purple;
    }

    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change color text menu?’ is closed to new replies.