Get an access to all 265 items designed and developed by LTheme team plus all the future items which will be released over the course of your club subscription. Price starting from $69.00
I have a problem,
I want to get my menu a black colour, and the font the following colour #6e6e6e
I cant find the settings for this. And i want to fit my logo in the menu, so it's equal with the line.
Can somebody give me the right way?
Greetings
Lars
Can you send me current site URL? So, I can help.
So no i want to fit my logo in the menu bar.
www.thecolourchangers.nl
Just go to Template Settings, open tab "Custom Code" and add more CSS as below for Custom CSS code field
a.logo img {
height: 90px;
}
Save and recheck.
It will be published after it has been approved by the Website Administrator.
When i'm in Mobile view, it's now hard left.. How can i get that in the center for mobile.
I know i have to go to template settings, than layout and select the logo. Than i can put there a Css class as well but what to put in there?
Please go to Template Settings, open tab "Custom Code" and add more CSS as below for Custom CSS code field
@media (max-width: 979px) {
#sp-header .logo {
display: inline-block!important;
}
#sp-logo {
text-align: center;
margin: 0 auto;
width: 100%;
}
}
Save and recheck.