Hi Kriesi team !
I have a bug on the Tab Section of the home page. The arrow, the logo and the font are white when I arrive on the page. I defined a blue color but it stay white as you can see on the picture in private.
I called the post “bug” because the color tab section on http://kriesi.at/themes/enfold-2017/elements/tab-section/ is working on my laptop and computer.
Thanks in advance.
Romainp841.
Hey Romain,
Try this code in the General Styling > Quick CSS field:
#top a.av-active-tab-title, #top .av-tab-arrow-container span {color: blue !important; }
Best regards,
Mike
Hi Mike !
This code is working ! But only for the Font and the icon, the arrow stay white :)
Hi,
Try adding this:
#top .av-tab-arrow-container span {
background-color: #2C77BA !important;
}
Best regards,
Mike
It’s working for the first tab ! But the second have a different color and the blue stay..
Hi,
Oh I see, each is a different color, then please remove and try this:
#top .av-tab-arrow-container:nth-child(1) span {
background-color: #2C77BA !important;
}
If this don’t work then remove it too so I can test different code.
Best regards,
Mike
Hi Mike ! :)
I tried it and it’s white again like the beginning !
I removed it for you to try new code !
Thanks for your time !
Best Regards.
Hi romainp841,
Try this code
a[data-av-tab-section-title="1"] .av-tab-arrow-container span {
background-color: #2C77BA !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
It’s working ! Thanks for your support !!
Thank you Mike too :)
Have a good day.
Best regards.
Romainp841.