Tagged: x
-
AuthorPosts
-
November 7, 2016 at 3:47 am #1246784
amit malhotraParticipantHi Team,
I am not able to change the content on the top bar. Its appearing as uppercase while I want that in lowercase. And on mobile is coming fine. I have already added the following css in customizer. But its doing nothing.
.x-topbar .p-info {
text-transform: lowercase !important;
}Url – http://www.creativeamit.com/vintex
Thanks,
Amit MalhotraNovember 7, 2016 at 3:52 am #1246796
LelyModeratorHello Amit,
Please add the following CSS on Appearance > Customize > Custom > Edit Global CSS:
.x-topbar .p-info { text-transform: initial; }Hope this helps.
November 7, 2016 at 9:51 am #1247236
amit malhotraParticipantI added that but it still shows in uppercase.
November 7, 2016 at 11:09 am #1247373
ThaiModeratorHey There,
You forgot to close the curly bracket(}) in your custom CSS.
Please find this CSS:
@media (max-width: 979px) { .ubermenu-skin-vanilla.ubermenu-responsive-toggle { float: right; margin-top: 30px; } @media (max-width: 979px) { .x-brand { width: 150px; /* Change WIDTH accordingly */ height: 90px; /* Change HEIGHT accordingly */ background: url(http://creativeamit.com/vintex/wp-content/uploads/2016/10/vintex-logo-small.png) no-repeat center top; margin-top: 0; background-size: 150px 90px; /* Width x Height - Adjust accordingly */ } .x-brand img {display: none;} }@media (max-width: 979px) { .ubermenu-skin-vanilla.ubermenu-responsive-toggle { float: right; margin-top: 30px; } @media (max-width: 979px) { .x-brand { width: 150px; /* Change WIDTH accordingly */ height: 90px; /* Change HEIGHT accordingly */ background: url(http://creativeamit.com/vintex/wp-content/uploads/2016/10/vintex-logo-small.png) no-repeat center top; margin-top: 0; background-size: 150px 90px; /* Width x Height - Adjust accordingly */ } .x-brand img {display: none;} }And change to this:
@media (max-width: 979px) { .ubermenu-skin-vanilla.ubermenu-responsive-toggle { float: right; margin-top: 30px; } } @media (max-width: 979px) { .x-brand { width: 150px; /* Change WIDTH accordingly */ height: 90px; /* Change HEIGHT accordingly */ background: url(http://creativeamit.com/vintex/wp-content/uploads/2016/10/vintex-logo-small.png) no-repeat center top; margin-top: 0; background-size: 150px 90px; /* Width x Height - Adjust accordingly */ } .x-brand img {display: none;} }Hope it helps 🙂
November 7, 2016 at 11:12 am #1247377
JoaoModeratorHi There,
Please add instead:
.x-topbar .p-info { text-transform: initial !important; }Hope it helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1246784 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
