• Resolved lazar96

    (@lazar96)


    Above the menu buttons in the Flymag theme there is a coloured line that changes depending on the button colour.

    The buttons I have are all the same colour yellow so I want to make the thin line above yellow the whole way across. At the moment it is yellow all the way except a small grey bit either end.

    https://themeisle.com/demo/?theme=FlyMag – Demo site (i’m working offline)

    I’m assuming I have to change a small amount of code but this is my first site I wouldn’t know where to find the bit i am trying to change.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Look at the style.css and find this code:

    .main-navigation {
    	clear: both;
    	display: block;
    	float: left;
    	width: 100%;
    	font-family: 'Oswald', sans-serif;
    	font-weight: 300;
    	padding: 0 30px;
    	background-color: #fff;
    	border-top: 3px solid #444;
    	border-bottom: 3px solid #444;
    	border-left: 1px solid #ebebeb;
    	border-right: 1px solid #ebebeb;

    Change border-top and border-botton (color 444) to the color you want.
    I hope this is what you mean!

    Thread Starter lazar96

    (@lazar96)

    Thank you! thats exactly what I was after!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘FlyMag Menu bar’ is closed to new replies.