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

[closed]

Change color colorwaytheme

(15 posts)
  1. frodeflolo
    Member

    Member
    Joined: Jan 2012
    Posts: 7

    How can i change the color of the menubar and the background color of pages?

    Posted 1 year ago #
  2. elames
    Pro Member

    Pro Member
    Joined: Jan 2012
    Posts: 282

    Go into theme options and styling. That is where you pick color scheme

    Posted 1 year ago #
  3. frodeflolo
    Member

    Member
    Joined: Jan 2012
    Posts: 7

    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 #
  4. Nitesh
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,888

    @frodeflolo

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    For 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 #
  5. frodeflolo
    Member

    Member
    Joined: Jan 2012
    Posts: 7

    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 #
  6. leadology
    Member

    Member
    Joined: Feb 2012
    Posts: 4

    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 #
  7. Nitesh
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,888

    @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 #
  8. frodeflolo
    Member

    Member
    Joined: Jan 2012
    Posts: 7

    Great. Thank you very much once again Nitesh.
    Worked fine.
    Have a nice day.

    Posted 1 year ago #
  9. frodeflolo
    Member

    Member
    Joined: Jan 2012
    Posts: 7

    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 advise

    Kind regards
    Frode Flolo

    Posted 9 months ago #
  10. Neeraj Agarwal
    Key Master

    Key Master
    Joined: Aug 2011
    Posts: 836

    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 #
  11. frodeflolo
    Member

    Member
    Joined: Jan 2012
    Posts: 7

    yes

    Posted 9 months ago #
  12. Neeraj Agarwal
    Key Master

    Key Master
    Joined: Aug 2011
    Posts: 836

    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 #
  13. mmhox72
    Member

    Member
    Joined: Sep 2012
    Posts: 7

    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 #
  14. Harmeet
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,794

    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 #
  15. mmhox72
    Member

    Member
    Joined: Sep 2012
    Posts: 7

    Thank you! That did it... :-)

    Posted 8 months ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.