How do I change background on Supreme Menu text to make it more prominent?

This topic contains 1 reply, has 2 voices, and was last updated by  Kor 7 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #362802

    Pete Sturgess
    Lifetime Member
    Post count: 13

    Having great fun setting up our site at: https://www.campsite.directory/
    We’ve been playing around with the home page background image and happy with where we are but we could do with being able to give both the menu at the top of the page and the site title in the centre a darker background, maybe partially transparent to make the text stand out.
    I’m guessing this could be done with CSS but not sure where or how.

    Thanks

    Pete

    #362833

    Kor
    Moderator
    Post count: 16516

    Hi Pete,

    Sorry, we don’t really offer assistance with customization. But I think I can help you with the darker background color for the title and the rest you can find someone to customize it for you. Insert the custom CSS code below into GD > Design > Scripts > Custom Style CSS

    
    
    .sd .featured-area h1.entry-title {
        background-color:rgba(0, 0, 0, 0.5)!important;
        padding:10px!important;
    } 
Viewing 2 posts - 1 through 2 (of 2 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket