• Resolved hannahtravels13

    (@hannahtravels13)


    Hi. I’m new to wordpress and I found your theme which I absolutely love! The only problem I have with the theme is that I am not able to change the secondary (?) colour on the blog. The colour is shown on the number of comments text, page text, and more. I saw that it is the same colour on the sample blog (https://www.cssigniter.com/demo2/?theme=olsenlight). It is currently a mustard yellow colour and I’d like to change to a more lavender purple shade.

    Thank you in advance for the help. I know I didn’t explain it very well but hopefully you understand what I am saying.

    my site: hannahtravels13.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,
    You will need to add some custom CSS to achieve this.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    .entry-meta a {
        color: #7d7dad;
    }
    a:focus,
    a:hover {
        color: #7d7dad;
    }
    .entry-title a:hover {
        color: #7d7dad;
    }
    .read-more:hover:hover {
        color: #7d7dad;
    }
    .read-more:hover {
        border-color: #7d7dad;
    }
    .read-more {
        color: #7d7dad;
    }
    .navigation > li > a:hover,
    .navigation > li.sfHover > a,
    .navigation > li.sfHover > a:active {
        color: #7d7dad;
    }
    .entry-utils .socials a:hover {
        color: #7d7dad;
    }
    .btn,
    .comment-reply-link,
    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    button {
        background: #7d7dad;
    }

    in the box.

    If you have WordPress 4.7 you can paste this above rules to Appearance->Customize->Additional CSS.

    Thread Starter hannahtravels13

    (@hannahtravels13)

    Thank you very much! I actually have another question about the theme, how can you add a dropdown type list to pages? The feature is shown on your sample blog as well (https://www.cssigniter.com/demo2/?theme=olsenlight) under the page “categories”.

    Hi there,
    you are welcome!
    Adding dropdown menus in WordPress is quite easy. Please have a look here to learn more about menus in WordPress. Feel free to ask anything if you get stuck somewhere

    Thread Starter hannahtravels13

    (@hannahtravels13)

    The article was very helpful and I was able to edit the pages very easily! Thanks again for all your help!

    Glad I could help!!

    I’d like to ask you, if you like the theme and could take a minute to review it here it would help us a lot!

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Secondary Colour Scheme’ is closed to new replies.