Remove Featured Header title on Structure theme
-
Hi,
Trying to remove the featured post title on the Structure theme as it’s too big and just sort of dominates the page, in my view.
Anyone got any idea how to remove it/render it invisible?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
#homepagetop .textbanner { display: none; }If you don’t want to lose the thick border above the featured image, add this as well:
#homepagetop { border-top: 5px solid #000000; padding-top: 30px; } -
- The topic ‘Remove Featured Header title on Structure theme’ is closed to new replies.