• Resolved hmmcrunchy

    (@hmmcrunchy)


    HIya great theme πŸ™‚ very easy to use and looks amazing

    i cant seem to change the colours of the main menu text though. i can change colours of the button backgrouds the top bar everything except the text of the buttons do i need to change some css or add some in

    thanks very much

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    I don’t have access to that theme right now but here’s a great trick. Using Chrome, right click on your menu element and chose Inspect. It’ll bring you the Developer Tools which will let you change the CSS on the fly to figureout which property you need to modify in your custom css setting.

    This tool is a real life saver when you want to understand what is going on with your site.

    Best regards,

    Tim

    Thread Starter hmmcrunchy

    (@hmmcrunchy)

    Hi Tim

    thanks very much indeeed that is indeed a bit of a life saver πŸ˜€

    ive narrowed it to this code

    ul#admin li a, ul#dropdown li a, #navmenu .top-menu li a {
    font-style: bold;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif, Sans-Serif;
    color: #A0B3C2;

    i need color A0B3C2 to be #ffffff i can’t find this code the style.css file anywhere or in index.php to actually change it

    is there anywhere else of note you think it could possibly be

    thanks for you help πŸ™‚

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    i can’t find this code the style.css file anywhere or in index.php to actually change it

    You don’t need to. All you need to do is write a new style that will override the old one.

    Use a Custom CSS plugin to manage your CSS modifications http://wordpress.org/plugins/custom-css-manager-plugin/

    Thread Starter hmmcrunchy

    (@hmmcrunchy)

    HI Andrew thanks for that worked a treat.

    all resolved now thanks for your help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change the main menu text colour’ is closed to new replies.