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

    Hi guys,

    Until now I manage to do most of the things I want, but one thing I can not find solution in the forum.

    I have transparent header all over my website, but I want the top bar to be not transparent at all times. When I scroll down it is not transparent, but initially it is together with the rest of the header.

    I added this shortcode to make it black and it is working but only when scrolling

    #top #header_meta a, #top #header_meta ul, #top #header_meta li, #top #header_meta .phone-info { color: #ffffff; border-color: #888888; }
    #top #header_meta, #top #header_meta nav ul ul li, #top #header_meta nav ul ul a, #top #header_meta nav ul ul { background-color: #000000; }

    Is there a quick CSS to make it the black/white at all times.

    Thanks

    #402357

    Hi SpaceDream!

    I think the CSS your wanting is this.

    .header-bg, .header_bg { opacity: 1 !important; background: white !important; }
    

    If that’s not correct then send us a link to your page and take a screenshot highlighting what your trying to do.

    Regards,
    Elliott

    #402427

    No, sorry is not this one. Please see this image http://imgur.com/7xJ3UvP

    I need the top bar to be black and not transparent. The rest of the header should stay as it is.

    Thank you.

    • This reply was modified 9 years, 1 month ago by SpaceDream.
    #402853

    Hi!

    Please add following code to Quick CSS

    #header_meta { background-color: black !important; }

    Best regards,
    Yigit

    #403892

    Thats fantastic thatnks

    #404323

    Hi!

    Glad you got it fixed :)

    Regards,
    Rikard

    • This reply was modified 9 years, 1 month ago by Rikard.
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.