• Resolved affliate

    (@affliate)


    Hey everyone. I am new to wordpress and created a child theme for attitude (even though I had already edited out my footer by accident in the parent theme). Now I want to remove the gray box where the body content of my featured page shows up. Any help would be awesome.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey. Do you want to remove the box (and its content) completely? Or do you just want to change the background colour from grey to something else?

    I’m not sure about affiliate, but I would like to remove the gray box (and writing inside) completely. So in other words, I don’t mind the teal box showcasing the title, but I would like to get rid of the gray box beneath it.

    The simplest/quickest way to do it is via CSS. In your dashboard area go to Appearance->Theme Options and scroll down to custom CSS. Then in the editor area copy and paste the following:

    .featured-content {
    display: none;
    }

    Thanks for the quick reply, Siobhan! Worked like a charm, and it looks much better!

    You’re welcome. ??

    @affliate: Hope this helped you too!

    Thread Starter affliate

    (@affliate)

    Thank you ??

    You’re welcome. ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove Gray Box in Featured Slider’ is closed to new replies.