Tagged: x
-
AuthorPosts
-
November 28, 2016 at 5:30 pm #1273794
AnnParticipantHey 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
November 28, 2016 at 11:09 pm #1274143
Prasant RaiModeratorHello 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.
November 28, 2016 at 11:55 pm #1274176
AnnParticipantNice!! 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
November 29, 2016 at 12:15 am #1274191
Prasant RaiModeratorHello 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.
November 29, 2016 at 12:21 am #1274196
AnnParticipantWorked great!
Just ooooone last thing.. background for the widget. How do I change that?
Thanks so much!
November 29, 2016 at 1:01 am #1274232
FriechModeratorHi 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.
November 30, 2016 at 11:09 pm #1276998
AnnParticipantSorry! 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
November 30, 2016 at 11:15 pm #1277004
LelyModeratorHi 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.
November 30, 2016 at 11:49 pm #1277040
AnnParticipantI was referring to background color for each widget column.
And I’d like to change the navigation bar height.
Thanks!
Ann
November 30, 2016 at 11:59 pm #1277054
LelyModeratorHello 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.
December 1, 2016 at 12:16 am #1277062
AnnParticipantPerfect!!
The navigation doesn’t respond to that though?
December 1, 2016 at 12:26 am #1277068
LelyModeratorHi Ann,
Try this instead:
.x-navbar-inner { min-height: 65px; }Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1273794 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
