Tagged: menu color
- This topic has 5 replies, 2 voices, and was last updated 4 years, 11 months ago by tikaram.
-
AuthorPosts
-
December 19, 2019 at 4:09 pm #230603JordanParticipant
Hi,
I have two issues:
First, my sticky playlist banner is very large, how do I resize it? Link to my site.
Second: I used the following CSS to modify the menu colour on my site. The menu colour changes on all pages except the home page. Please can you help with the CSS required to change the colour of the menu on the home page:
.main-navigation a {
color: #ea700b;
}Thanks in advance.
Jordan.
December 20, 2019 at 12:06 am #230645tikaramParticipant@jordan: It looks like there is a space above or below the playlist. Edit the Playlist page and remove the extra space it should work.
To change menu color on homepage add the following css.
.navigation-classic.absolute-header .main-navigation ul :hover > a, .navigation-classic.absolute-header .main-navigation ul .focus > a, .navigation-classic.absolute-header .main-navigation .menu > .current-menu-item > a, .navigation-classic.absolute-header .main-navigation .menu > .current-menu-ancestor > a, .navigation-classic.absolute-header .dropdown-toggle { color: #F9A926; } .navigation-classic.absolute-header .main-navigation a { color: #EA700B; }
Regards,
TikaramDecember 20, 2019 at 11:40 am #230694JordanParticipantHi Tikaram,
Thank you, the CSS provided worked for the menu colour change.
However, the sticky playlist size isn’t resolved. I’ve ensured there isn’t a block above or below the playlist. I created a new page and recreated an audio playlist with a single song and the banner is still oversized. Even a change of the image to the default Euphony one doesn’t solve the issue – I can’t work out what is causing it.
Jordan.
December 21, 2019 at 6:24 am #230776tikaramParticipant@jordan: Can you please check again and make sure that there are no any extra tags above or below it.
Regards,
TikaramDecember 23, 2019 at 6:35 am #230881JordanParticipant@Tikaram: Thanks for the suggestion. There are no tags and even though I deleted the page again and renamed the tracks to be shorter, it has not worked. I’ve checked the page and there isn’t a caption under the tracks (in the block) and there are no other blocks above or below the playlist. Any other ideas?
December 23, 2019 at 10:52 pm #230933 -
AuthorPosts
- The topic ‘Sticky Playlist size and Menu colour’ is closed to new replies.