Move Tagline Text Upward

Support Area Forums Agency Move Tagline Text Upward

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: http://omegafandm.org/
  • Author
    Posts
  • #35751
    Robert Fairchild
    Participant

    How can I move my tagline text upwards on the website?

    #35752
    Bill Robbins
    Moderator

    Robert,

    You can move that up a bit. Add this to the Custom CSS box that’s at the bottom of the styling tab in the theme options page:

    
    @media only screen and (min-width: 768px) {
    
    	#tagline {
    		top: 10px;
    	}
    
    }
    

    That should move it up higher for you. If you run into trouble or questions, let me know.

    Thanks,
    Bill

    #35753
    Robert Fairchild
    Participant

    Nice. One more for today. How can I change the color of the main navigation bar text to be gold as they are when I rollover with the mouse? This will need to apply to the sub menus to please.

    #35756
    Bill Robbins
    Moderator

    Hi Robert,

    We should be able to do that too. Add this to the Custom CSS box as well:

    
    #nav-bar .menu li a,
    #nav-bar .menu li a:visited {
    	color: #dab34f;
    }
    

    and see if that doesn’t do the trick for you. You can change the color from something other than #dab34f if you need to.

    Let me know if you run into any trouble,
    Bill

    #35864
    Robert Fairchild
    Participant

    Thank you kindly.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Move Tagline Text Upward’ is closed to new replies.