Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #230603
    Jordan
    Participant

    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.

    #230645
    tikaram
    Keymaster

    @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,
    Tikaram

    #230694
    Jordan
    Participant

    Hi 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.

    #230776
    tikaram
    Keymaster

    @jordan: Can you please check again and make sure that there are no any extra tags above or below it.

    Regards,
    Tikaram

    #230881
    Jordan
    Participant

    @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?

    #230933
    tikaram
    Keymaster

    @jordan:I will contact you shortly by email.

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Sticky Playlist size and Menu colour’ is closed to new replies.