Viewing 11 replies - 1 through 11 (of 11 total)
  • Steve

    (@seekerabroad)

    Hi Gert,

    Some themes have nav editing features while others leave it to the admin to style it in the css. Could you post a link to your site so that you could be advised on the best course of action for your case?

    Thread Starter Gert J

    (@gert-j-1)

    Hi Steve,
    This is the link to the website http://www.arthurburggraaf.nl/
    It regards the font colors of the letters in the nav menu bar.

    Thread Starter Gert J

    (@gert-j-1)

    Hi Steve,

    Stil any suggestions?

    Steve

    (@seekerabroad)

    Hi Gert,

    Just had a quick look at the sixteen theme you’re using.

    From the admin dashboard, if you go to ‘Appearance’ then ‘Sixteen Settings’ then ‘Layout Settings’, you should see the ‘Custom CSS’ box.

    If you type the following rule in the box: (amending the hex code for the colour you want)

    .main-navigation a {
    color: #ffffff;
    }

    Then the nav text should be changed accordingly.

    Cheers,

    Thread Starter Gert J

    (@gert-j-1)

    Thanx Steve, it worked perfectly.

    Thread Starter Gert J

    (@gert-j-1)

    Hi Steve,

    Is there also a CSS-rule to change the color of the title of the tekst widgets (footers and side bar)?

    Steve

    (@seekerabroad)

    Hi,
    The following rule controls the colour of the widget titles.

    #footer-sidebar .widget-title {
    background: #100d0a;
    color: #825e21;
    }

    Copy this also into the Custom CSS box and change the hex values to override the current set up.

    Cheers.

    Thread Starter Gert J

    (@gert-j-1)

    Hi Steve,
    The title of the text-widget in the sidebar does not change. The titles of the text-didget n the footer are changed.
    link: http://www.arthurburggraaf.nl

    Steve

    (@seekerabroad)

    Hi Gert,

    OK, just add another selector to the rule you created as shown below:

    #footer-sidebar .widget-title, #secondary .widget-title {
    background: #100d0a;
    color: #e4bc7e;
    }

    And that should style your sidebar as well.

    Cheers.

    Thread Starter Gert J

    (@gert-j-1)

    Hi Steve,

    My gratitude is endless.

    Steve

    (@seekerabroad)

    No worries, glad I was able to help.

    Cheers!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘{Theme sixteen] change font color nav menu’ is closed to new replies.