• Resolved lilybeth53

    (@lilybeth53)


    ‘m using the Fancier Theme and have created a customised page template. However, I cannot find a way to remove the black background which appears. I have looked at all the css coding and changed the hex values to ffffff, but nothing works. My website is rudisbalitours.com. If you do a search for say “bali”, the search brings up a page of posts, which a black background. This is what I want to get rid of. I hope someone can assist. I have looked at the Fancier template designer site, but can’t see anything to assist.

    Thanking you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Add to your Custom CSS:

    #main {
        clear: both;
        margin: 0px;
        padding: 0px;
        width: auto;
        height: auto;
    }
    Thread Starter lilybeth53

    (@lilybeth53)

    Thank you Kaniamea, but unfortunately that code didn’t work. I have added it to my custom css, but that dark grey/black background still appears.

    Ok, try this Lily:

    #main {
        background: none;
    
    }
    Thread Starter lilybeth53

    (@lilybeth53)

    Thank you so much Kaniamea, that worked! Of all the code I looked at, it was the #main selector I missed. I actually updated the Fancier CSS editor and it works a treat. Thank you so much again.
    Cheers

    Lilybeth

    Thread Starter lilybeth53

    (@lilybeth53)

    This issue has been solved.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Fancier theme post background’ is closed to new replies.