Forum Replies Created
-
AuthorPosts
-
MraviParticipant
Hi
I want to change the background color of the page and post.
July 28, 2021 at 6:56 am in reply to: Theme does not show update although there is one. Can I update manually? #90841July 26, 2021 at 7:40 am in reply to: Theme does not show update although there is one. Can I update manually? #90786MraviParticipantHello!
I don’t see a new update.MraviParticipantVery good. Thank you very much!
MraviParticipantIn mobile view, how do I change the menu like this?
MraviParticipantManaged to solve:
@media (min-width: 992px) {
.main-navigation a,
.search-toggle {
padding-top: 13px;
padding-bottom: 13px;
}
.main-navigation .dropdown-menu a,
.main-navigation li ul a {
padding-top: 10px;
padding-bottom: 10px;
}
}
.apro-class:after {
content: “New”;
font-size: 15px;
color: #FFF;
background: #029900;
line-height: 30px;
width: 30px;
display: inline-block;
text-align: center;
border-radius: 100px;
position: absolute;
top: -5px;
left: 200px;
}MraviParticipantThank you for your this, now it works perferctly.
MraviParticipantMy website PageSpeed:
MraviParticipantHi Everybody
I share it :: https://lovam-lovasok.hu/
MraviParticipantGood menu:
the menu will be thicker:
MraviParticipantHere is the work:
@media (min-width: 992px) { .main-navigation a, .search-toggle { padding-top: 13px; padding-bottom: 13px; } .main-navigation .dropdown-menu a, .main-navigation li ul a { padding-top: 10px; padding-bottom: 10px; } .apro-class:after { content: "New"; font-size: 15px; color: #FFF; background: #029900; line-height: 25px; width: 25px; display: inline-block; text-align: center; border-radius: 100px; position: relative; top: -50px; left: 190px; }
But not good yet
MraviParticipantHello
I want to decrease the height of the menu bar. Where can I? -
AuthorPosts