Header text color

Home Forums Andy WordPress Theme Header text color

This topic contains 3 replies, has 2 voices, and was last updated by  ab-themes 7 years, 9 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17765

    jemma_maryanne
    Participant

    Hello,

    How can I change the text color of my site title and menu items to white?
    If it’s easier for you, just tell me what line the code is.

    Thanks you
    Jemma

    #17772

    ab-themes
    Keymaster

    Hi,

    for site title maybe you need to consider to set header logo. If you want to change your site title to another color,

    open your style.css file and on line 778 you have this code:

    #main_logo_textual{
    	font-size: 24px;
    	line-height: 24px;
    	margin: 0;
    	color: #737d82;
    }

    Just change color: #737d82; to #ffffff (white).

    Below that code you have this:

    #main_logo_tagline{
    	font-size: 12px;
    	margin: 0;
    	color: #737d82;
    	width: 220px;
    	line-height: 17px;
    }

    Also change color: #737d82; to white. This is for subtitle on your site.

    To set menu items to white, in style.css on line 870 you have this:

    nav > ul > li a{
    	color: #6d6d6d;
    	font-family: 'Raleway', sans-serif;
    	font-weight: 700;
    	font-size: 14px;
    	text-transform: uppercase;
    	text-align: center;
    	display: inline-block;
    	padding-right: 33px;
    	padding-left: 33px;
    }

    Change color: #6d6d6d; to color you like.

    Maybe you will need to clear your cache to this changes works.

    Kind regards

    #17798

    jemma_maryanne
    Participant

    Thank you, that worked perfect.
    Where can I write a review or do a rating for you? You guys have been amazing with your support!

    Jemma

    #17803

    ab-themes
    Keymaster

    Hi,

    great, it means a lot to us! :)

    Please click on this link:

    https://1.envato.market/c/1263328/275988/4415?u=https%3A%2F%2Fthemeforest.net%2Fdownloads

    Thank you.

    Let us know if you need anything else.

    Cheers

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Header text color’ is closed to new replies.