Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1306518

    Hi

    I hope you’re well. I used your theme in the past and really liked it. Now I have just reactivated one of my old licenses and have a bit of trouble with a few things. I hope you can help me out.

    1. I would like to change the colour of my main menu from white to #dddddd.
    2. I would also like to change the active state of the menu tab. I don’t want the line under it, instead I would like the link to be a different colour (#4ecac2).
    3. My favicon isn’t showing up. I copied this website over from a dead site and I’m currently resurrecting it before I move it to its permanent url. It keeps showing the old favicon even though I placed a new one in the directory.
    4. I also added a multiline beneath my headline on the home page but again I can’t change the colour from white to #dddddd and it’s behaving funny in Safari after a few spins. (It’s currently invisible, but it is in the backend).

    Thanks so much for your help.

    #1306658

    Hey june,

    1. You can set that under Enfold->Advanced Styling.

    2. Please try this in Quick CSS:

    nav.main_menu .current-menu-item .avia-menu-fx {
      display: none;
    }
    
    nav.main_menu .current-menu-item .avia-menu-text {
      color: #4ecac2;
    }

    3. One size of the favicon markup is correct, but the rest are not. Do you have something else installed on the site which might be adding this?

    4. I’m not sure I understand what you are referring to, could you try to explain a bit further, or post a screenshot of what you are trying to change please?

    Please try to stick to one problem per thread for future requests.

    Best regards,
    Rikard

    #1306728

    Hi Rikard, thanks so much for this.

    #2 worked well. Thank you! But the underline still shows on hover. Can I remove that as well?

    #3 I resolved by removing all references in the media. For some reason it was still pulling the old image.

    #4 I placed a multiline section underneath the main headline on the image of the home page. I have just switched it on for you to see.

    Thank you and I will separate my requests next time.

    #1307052

    Hi,

    Thanks for the update.

    2. Please try this as well:

    .av-main-nav li:hover .avia-menu-fx, .current-menu-item > a > .avia-menu-fx, .av-main-nav li:hover .current_page_item > a > .avia-menu-fx {
        opacity: 0;
    }

    4. I see that you have added #dddddd in the theme options, but it’s not applying for some reason. It might be caching from your caching plugin. Please try this in Quick CSS to override the current setting:

    .home #section-container-width .av-rotator-container .av-rotator-text {
        color: #ddd !important;
    }

    Best regards,
    Rikard

    #1307145

    Thank you Rikard!
    Most things are resolved other than the colour change on the rotator. No idea why?

    #1307363

    Hi,

    The rotator colour is correct on my end now, it’s displaying #ddd. Please try loading the site in an incognito or private browser window if you can’t see the changes.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.