No Color Options?

  • Posted in : TheBlogger
  • nerwin
    Participant

    Unless I’m blind, I cannot find any options to easily change the colors of the blog title, widget titles and the header tag colors.

    There is hover on the blog title which is great, but can’t change the color easily.

    Do we have to change these things using CSS?

    Thanks.

    serkan
    Moderator

    Hi,
    We will keep it in our mind. You can use these custom css codes;

    .entry-title a {  color: #c30000; }
    .widget-title span { color: #c30000; }
    .entry-meta { color: #c30000; }

    Thanks

    nerwin
    Participant

    Thanks.

    What about the nav link colors?

    For some strange reason it will on change color if I do {color: white;} but if I did {color: #fff;} – It won’t work! Very strange.

    serkan
    Moderator

    Hi, Please go to appearance > customize > general > colors > change link hover color
    Thanks

    nerwin
    Participant

    I’m aware of that one. I’m talking about the base color if you know what I mean.

    serkan
    Moderator

    Hi, You can change link color and link hover color via customizer.
    I am totally lost. Could you explain me exactly which party of the page you want to change and give the url.
    Thanks

    nerwin
    Participant

    I’m talking about the menu item colors. Like the Home, About, Contact links.

    serkan
    Moderator

    Hi,
    Try to use this custom css code;

    .nav-menu ul li a:not(:hover) { color: #; }

    Thanks

    nerwin
    Participant

    Thank You!! That worked.

    serkan
    Moderator

    You’re welcome.

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register