• Resolved redtailboas

    (@redtailboas)


    Hello,

    I’m trying to modify the navbar button boxshadow and font weight, but any changes I make in both child and customize are ignored. Other CSS changes are fine, but these buttons can’t modify css for them.

    Any clues?

    • This topic was modified 7 years, 2 months ago by redtailboas.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Which type of modification you want Please send a screenshot so that its easy to understand for us. And also please share your site URL.

    Thanks.

    Thread Starter redtailboas

    (@redtailboas)

    As said, I’m trying to modify the shadow and the font weight in navbar menu.

    But, it’s ignored / not loaded / not applied.

    Other CSS mods are fine.

    Screenshot: https://i.imgur.com/aSTyMw0.jpg

    Hi,

    Please use the below CSS code in your child theme style.css instead of your code.

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
       -webkit-box-shadow: 1px 3px 6px rgba(201, 201, 201, 1); 
        -moz-box-shadow: 1px 3px 6px rgba(201, 201, 201, 1);
        box-shadow: 1px 3px 6px rgba(201, 201, 201, 1);
        font-weight: 800;
    }
    .navbar-default .navbar-nav > li > a{
    font-weight: 800;
    }
    .navbar-default .navbar-nav > li a {
        font-weight: 800 !important;
    }

    And save the changes.

    Thanks.

    Thread Starter redtailboas

    (@redtailboas)

    Okay. With your clues I was able to get it to where I need it to be. Thank you for the outstanding support.

    If the website takes off, we will likely be buying Pro version. We’re not publicising the site yet, otherwise, I’d give you the link. I think you will like our changes ?? I would like to give you our email so we can share the link in private, but last time we did that our message was deleted by admin because apparently not supposed to share our emails? :/

    • This reply was modified 7 years, 2 months ago by redtailboas.

    Firstly you’re most welcome. And for more details you can contact us via this link

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Navbar button css ignored in custom and child’ is closed to new replies.