Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1217286

    Hi,

    how can I change background color of “head telephone number extra info”-area in the top?

    Could not find an option for that?

    Kind regards Jak

    #1217289

    Hhi @Jak73
    this is the CSS code you can use Enfold > General Style > in the Quick CSS section
    Change the color values according to your preference

    Regards

    .av_extra_header_active { background:black !important; color: white !important; }

    #1217431

    Hi Jak73,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1217858

    sure…

    #1217926

    phone info has its own class – so why not use it:

    .phone-info {
        background-color: blue;
        padding: 5px 10px;
    }

    Depends on your settings you had to set for transparency header too:

    #top .av_header_transparency .phone-info {
        background-color: blue;
        padding: 5px 10px;
    }

    The font color is set via:

    .header_color .phone-info a {
        color: red;
    }
    #1217989

    Hi Jak73,

    Did you get it working with Guenni007’s suggestions or do you need more help?

    Best regards,
    Victoria

    #1217990

    will check it out…

    • This reply was modified 4 years, 5 months ago by Jak73.
    #1218385

    Works!
    Thanks a lot.

    Kind regards Jak

    #1218651

    Hi,

    Great, I’m glad that you got it working and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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