Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #815395

    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.

    #815401

    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

    #815412

    Hi Mike !

    This code is working ! But only for the Font and the icon, the arrow stay white :)

    #815419

    Hi,
    Try adding this:

    #top .av-tab-arrow-container span {
        background-color: #2C77BA !important; 
    }

    Best regards,
    Mike

    #815426

    It’s working for the first tab ! But the second have a different color and the blue stay..

    #815448

    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

    #815579

    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.

    #817099

    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

    #817108

    Hi Victoria,

    It’s working ! Thanks for your support !!
    Thank you Mike too :)

    Have a good day.
    Best regards.
    Romainp841.

    #817181

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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