Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1273794
    Ann
    Participant

    Hey there,

    I have tried so many different CSSs combinations from different threads but can’t get it to work for my footer widget. I’m trying to change the height and text color. How do I do that?

    Thanks!!

    Ann

    https://onlineconsigncouture.com/

    #1274143
    Prasant Rai
    Moderator

    Hello Ann,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    footer.x-colophon.top p {color: #808080 !important;}
    
    footer.x-colophon.top a {
        color: #808080 !important;
    }
    
    footer.x-colophon.top {
        min-height: 100px;
    }

    Thanks.

    #1274176
    Ann
    Participant

    Nice!! Works perfect!

    I have another site (moveu.com) where I’m trying to do the same thing and it was not that easy to just use the same CSS and I still can’t find anything similar when inspecting the element. Could you help me with that one too?

    Thanks a lot !

    Ann

    #1274191
    Prasant Rai
    Moderator

    Hello Ann,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-column.x-sm.x-1-1 .x-text a {
        color: #ddd !important;
    }

    Thanks.

    #1274196
    Ann
    Participant

    Worked great!

    Just ooooone last thing.. background for the widget. How do I change that?

    Thanks so much!

    #1274232
    Friech
    Moderator

    Hi Ann,

    Sorry but please clarify which widget are you referring to, I am not seeing any footer widget on this site https://moveu.com/

    Thanks.

    #1276998
    Ann
    Participant

    Sorry! For the request I was referring to this site again https://onlineconsigncouture.com/.

    Sorry for keep jumping in between different sites. Could you also help me with changing the navigation site on the same site? (https://onlineconsigncouture.com/). The customizer won’t let me change it, nothing happens when I add new values.

    Thanks!

    Ann

    #1277004
    Lely
    Moderator

    Hi Ann,

    Are you referring to the entire row? If yes, use this:

    .x-colophon.top {
        background-color: red; /*Change to your preferred color*/
    }
    

    Or are you referring to background to each columns with widget? Please clarify.

    Regarding changing navigation site, please do give us specific changes that you want apply like change link colors or background colors or adjust font size. That way we can be specific on our suggestion.

    #1277040
    Ann
    Participant

    I was referring to background color for each widget column.

    And I’d like to change the navigation bar height.

    Thanks!

    Ann

    #1277054
    Lely
    Moderator

    Hello Ann,

    Please use the following CSS:

    footer.x-colophon.top>div>div:first-child {
        background: red;
        padding: 10px;
    }
    footer.x-colophon.top>div>div:nth-child(2) {
        background: yellow;
        padding: 10px;
    }
    footer.x-colophon.top>div>div:nth-child(3) {
        background: green;
        padding: 10px;
    }
    footer.x-colophon.top>div>div:nth-child(4) {
        background: blue;
        padding: 10px;
    }

    Adjust the values accordingly.

    For the navigation bar height, please go to Appearance > Customize > Header > Navbar Top Height (px): Adjust this accordingly.

    Hope this helps.

    #1277062
    Ann
    Participant

    Perfect!!

    The navigation doesn’t respond to that though?

    #1277068
    Lely
    Moderator

    Hi Ann,

    Try this instead:

    .x-navbar-inner {
        min-height: 65px;
    }

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1273794 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>