• Resolved deftdanny

    (@deftdanny)


    I have tried entering some css codes and none of them work when I add them in. Can someone please help? I have been having this issue for 3 weeks now. I am trying to make the header transparent. Here is the website’s name

    https://bodbynatureapparel.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Add the following custom CSS to Appearance -> customize-> Additional CSS

    nav.navbar.navbar-custom.navbar-fixed-top {
        background-color: transparent!important;
    }

    Let me know how it goes.

    Thread Starter deftdanny

    (@deftdanny)

    Thank you so much!I appreciate it!

    Thread Starter deftdanny

    (@deftdanny)

    One more thing you might be able to help me with? How do you make the header non sticky?

    @deftdanny

    Open your header.php

    Look for the following section:
    <nav class="navbar navbar-custom navbar-fixed-top navbar-transparent" role="navigation">

    Remove the following class from the above section:
    navbar-fixed-top

    Cheers,
    Liam

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Why aren’t any of the css codes working?’ is closed to new replies.