Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #105034
    Michael
    Participant

    I would like to change the text colour in my menu, site-title and site description. I would like all text (except highlighted menu and current menu item) to be black when scrolled right up and white when scrolled down. Also when scrolled down I would like to change the colour of the current and selected manu item. Hope that makes sense.

    Here is my current custom CSS

    .home #content { display: none; }
    .site-header.float-header {
        background-color: rgba(34,135,244, 0.9);
    	l
    }
    @media screen and (max-width: 1024px) {
    	.site-header
    	{
    		background-color: rgba(34,135,244, 1);
    	}
    }
    .site-title{
    	text-align: center;
    	border-bottom: 5px Solid;
    	border-color: rgb(255,255,255);
    	font-size: 30px;
    	
    }
    .site-description{
    	font-size: 24px;
    	text-align: center;
    	vertical-align: middle;
    }
    .promotion-message{
    	background-color: rgba(255,255,255, 1);
    }
    #105037
    Pratik
    Keymaster

    Hi Mike,
    Please post in your site url.

    Regards,
    Pratik

    #105040
    Michael
    Participant

    hhfxa.azurewebsites.net

    #105070
    Pratik
    Keymaster

    Hi Mike,

    What you want, cannot be achieved only through Custom CSS. There needs to be some JavaScript intervention for this. Please hire a customizer for these purposes.

    Regards,
    Pratik

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu Text Colour’ is closed to new replies.