Okay
  Public Ticket #1761045
Editing Colors & Fonts
Closed

Comments

  • Johnny started the conversation

    The theme seems to create its own colors for certain sections. How can I modify the following elements?:

    - Color of nav bar.

    - Alignment of links in nav.

    - Default color of text / content & fonts used.

    - Footer colors. I am using style 1 and I'm not sure where the colors are coming from since there is no configuration for this.


    Thank you for your help!


  •  2,010
    Ocean replied

    Hi,

    please send me link website.

  •   Johnny replied privately
  •  2,010
    Ocean replied

    HI,

    You can add css code. Go to Mentor Option/Styling option/Css Code

    .subpage .navigation {

    background-color: your-color;

    }

    Footer 

    #footer .left .bg-left {

    background-color: your-color;

    }

    #footer .right .bg-right {

    background-color: your-color;

    }

    font & color. You can use "easy google font" plugin

    Alignment of links in nav: You want align left or center?

  • Johnny replied

    I'd like to center the navigation & place the logo above it if possible. Thank you for your assistance!

  • Johnny replied

    Also, how can I change the nav font color? Thank you.

  •  2,010
    Ocean replied

    Hi,

    you can try add css code

    header .main-nav {

    text-align: center;

    displayinline-block;

    }

    header .main-nav nav {

    displayinline-block;

    }

    .header2 .main-nav ul li a {

    color: your-color;

    }