Home Forums WordPress Themes – Premium Flat Responsive change all colours of text sections and background

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #16445
    Gie Hayford
    Member

    Hi what is the best way to change the colour of different sections, text and links. I would like to have a dark theme and colour the widget page right side bar background black. Also change the font of the menu navigations

    Thanks

    #21631
    Anonymous
    Inactive

    Hi Gie,

    You can get that features with theme customizer, Pleae follow the instruction

    Goto=> Appereance =>Customize (Here you can see various features of theme) and use the features as your requirement.

    Thanks

    #21632
    Gie Hayford
    Member

    I know this, but you can’t change backgrounds of right side bar etc.

    Thanks

    #21634
    Anonymous
    Inactive

    Hi Gie Hayford,

    Please us the following custom code of css to fix the background issue:

    .right_sidebar,
    #fr-right{
        background:#ddd; // put here required color code
    }
    

    Note: use the custom css plugin or child theme style sheet for css writing.

    Thanks

    #21635
    Gie Hayford
    Member

    Thank you for your quick reply. To change the styling of the menu navigation, would this need to be done using custom css plugin as well. I am running the child theme. Is the custom css plugin already included or do i need to download it.

    Kind Regards

    Gie

    #21637
    Anonymous
    Inactive

    Hi Gie Hayford,

    If you already run child theme, you does not need to download custom css plugin, now its your choice 🙂 and custom css plugin dose not include in theme package, if you need that, you can download it.

    Regarding to styling menu navigation, you will write custom css, if any issue, Please let us know about the issue.

    Thanks

    #21639
    Gie Hayford
    Member

    Sorry I am new to WordPress and a little confused as i don’t know where to write the css code.

    I do have experience in html and css but all this word press stuff is confusing at first.

    Can you please help.

    Kind Regards

    #16446
    Anonymous
    Inactive

    Hi Gie Hayford,

    Please, find the child theme directory in your theme and write the css code in style.css of child theme.

    Thanks

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.