lewishashbrown
Forum Replies Created
-
@yolko I never did work it out unfortunately
Forum: Themes and Templates
In reply to: [Customizr] Change Navigation bar colorHi,
Sorry to jump into your thread but I thought I’d give it a try!
How I’ve done what I’ve done in the above image is in google chrome right click the menu – inspect. Hover over the text until the whole menu bar is highlighted
Once you’ve found the line you need click on it and on the right you’ll see a styles box. in this case you need the box starting with “.regular-nav.nav__menu” see here I then added the text background-color: red You should then see the menu turn red.
However this is only for you to see, no one else can see this.To make it so others can see it you have to add the CSS into your theme
To do this copy the whole Stlye text:.regular-nav.nav__menu {
margin: 0 -12.5px;
background-color: #ff0c0c;
}go to customise on your website – advanced options – Additional CSS – paste in. It should look like this
The /* Menu background colour test */ is just a title so that you know that code is for that. You should see your theme change.To understand it more look at these videos
Sorry if this isnt what you wanted but trying to give back since I’ve received help here
- This reply was modified 6 years, 11 months ago by lewishashbrown.
- This reply was modified 6 years, 11 months ago by lewishashbrown.
- This reply was modified 6 years, 11 months ago by lewishashbrown.
Hi,
I’ve looked everywhere I can and cant seem to find how to do it. Cant find any plugins. Found a few guides that mention editing the viewport in the header files but I cant find the viewport code anywhere
Trying to find (<meta name=”viewport” content=”width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0″>) to delete it but cant find it in the header.php
Any help?
Thanks,
Lewis ??Forum: Themes and Templates
In reply to: [Customizr] Changing mobile headerManage to get what i wanted!
Thanks, it really helped
Forum: Themes and Templates
In reply to: [Customizr] Changing mobile headerSorry ignore the above post, for some reason the second video didn’t load. I’ll have a go at that and see how it goes!
Thanks
Forum: Themes and Templates
In reply to: [Customizr] Changing mobile headerThanks for the advice! I’m new to this type of stuff so please bear with me haha. I’m happy editing with inspect element on Google chrome but how would I go about making these changes permanent?
Thanks for the help in advance!