Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #154969
    CaptainCorrelli
    Participant

    Hi.
    I’m enjoying the theme so far, but I can’t change the yellow on the slider bar. Is this option available?
    thanks.

    #154977
    Skandha
    Participant

    @captaincorrelli: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body #fp-nav ul li a.active span, body .fp-slidesNav ul li a.active span {
         background-color:red !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #154991
    CaptainCorrelli
    Participant

    Awesome! It’s turned it red. Any chance it could be purple? 🙂

    #154992
    Skandha
    Participant

    @captaincorrelli: Of course. Replace the text red in the previous code I provided you with purple.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #154993
    CaptainCorrelli
    Participant

    That is so cool! Thank you so much. I don’t suppose I could ask a couple of related questions?

    #154994
    CaptainCorrelli
    Participant

    Like, can I change the highlighter colour to purple too? And, any idea how I add pages to the menu that are ticked to auto show, but aren’t showing in the dropdown menu?

    Thanks 🙂

    #155079
    Skandha
    Participant

    @captaincorrelli: Can you tell me which highlighter you are talking about? Also Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #155089
    CaptainCorrelli
    Participant

    Hi Skandha.

    Currently when you hover over a menu item it highlights yellow, but it would be nice to have the option to change it. http://contemporarybritishportraitpainters.org

    Also, I have about nine pages in my site, but in the editor when I go to choose pages to put in the menu and click “all pages” it only shows “home, calendar, home” and yet all the pages are showing in my site menu online. New pages however aren’t available to choose.

    Thank you so much for your help by the way. Do you work for Catch, or just a good samaritan? 🙂

    #155090
    CaptainCorrelli
    Participant

    Fixed the menu items! It was because I had them selected as “private”! As soon as I published them they appeared 🙂

    #155195
    Skandha
    Participant

    @captaincorrelli: To change of menu items on hover
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-navigation a:hover {
    	color:#f72ae6;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How do I change the slider buttons colour?’ is closed to new replies.