How can i change the color of the menubar and the background color of pages?
Don't wait, Lookup for common queries by searching below
Important Note
We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community
InkThemes Support Forum » Colorway Theme
Change color colorwaytheme
(15 posts)-
Posted 1 year ago #
-
Go into theme options and styling. That is where you pick color scheme
Posted 1 year ago # -
Thank you for your response
Been in options and styling - done that.
I mean when you actual make a page - this page background color is automatically white - is it possible to change color here?
And the menu-bar where the pages come up on the homepage - is it possible to change color there? Thanks in advance.Posted 1 year ago # -
@frodeflolo
Paste this code in Custom CSS
Appearance > Theme Option > Styling Option > Custom CSSFor background color
.container { background-color: your color value; }For menu color
#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a { color: white; background: your color value; } #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover { color: white; background: your color value; } #menu .ddsmoothmenu li li a { background: your color value; }Thanks
Posted 1 year ago # -
Thank you very much Nitesh, both of them worked fine.
Have changed the background color,
But you know the area between the logo area and the slider picture area where you have the home button. the background of this area is it possible to change that as well.Kind regards Frode
Posted 1 year ago # -
Frodeflolo can you give us a link to your site so that we can see the color changes you are making? Curious to see what it looks like. Thanks:-)
Posted 1 year ago # -
@frodeflolo
I think you are talking about border ,which is at the top and bottom of the menu bar,
Paste this code in Custom CSS
Appearance > Theme Option > Styling Option > Custom CSS.header .menu-bar { border-top:3px double #000; border-bottom:3px double #000; }enter your color value in place of #000
or send link of your website.
Thanks
Posted 1 year ago # -
Great. Thank you very much once again Nitesh.
Worked fine.
Have a nice day.Posted 1 year ago # -
Hi again, have a little problem. Trying to put theses codes in the custom CSS:
.container {background-color:#e2e2e2;}
.header .menu-bar {border-top:3px double #003399; border-bottom:3px double #003399;}
Worked fine on the other web page. Moved everything to www.ecoworldsolutions.co.uk
And it does not seem to work there - please adviseKind regards
Frode FloloPosted 9 months ago # -
I dont understand why your code is not working, when its working at the other place.
Are you sure you placed it correctly in the right textarea field of Custom CSS.
Posted 9 months ago # -
yes
Posted 9 months ago # -
Do let us know, your WordPress Dashboard details and one of our support staff would help you out.
Do mention this thread link in the email as well.
You can send the email at enquiry@inkthemes.com
Posted 9 months ago # -
in the Nutrition Theme: I too am trying to change the background color which right now is sort of a gray, and I would like it to be white (saltyfeathers.com). I tried putting
.container {
background-color: #ffffff;
}
into the custom css, but it didn't seem to make a difference. Since I'm not a real techie type, I probably just didn't quite get it. Thanks in advance!Posted 8 months ago # -
Put the following code in custom css
Appearance -> theme options -> styling options -> custom css
.main-content { background: #fff; } .index-content-wrapper { background: #fff; }This will solve your problem.
Thanks.
Posted 8 months ago # -
Thank you! That did it... :-)
Posted 8 months ago #
Topic Closed
This topic has been closed to new replies.