-
AuthorPosts
-
June 19, 2021 at 5:42 pm #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.
June 21, 2021 at 7:01 am #1306658Hey 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,
RikardJune 21, 2021 at 1:26 pm #1306728Hi 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.
June 23, 2021 at 3:59 am #1307052Hi,
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,
RikardJune 23, 2021 at 1:06 pm #1307145Thank you Rikard!
Most things are resolved other than the colour change on the rotator. No idea why?June 25, 2021 at 4:05 am #1307363 -
AuthorPosts
- You must be logged in to reply to this topic.