• Hi – I’ve been working on http://www.follen.org, creating a child theme of the Constructor Theme. I’ve been trying to remove the box around the page title (the “Home” in the middle of the Home page), but I haven’t had any success.

    I think I’ve put every variation of border=none, border=0px, and border-style=none under pagetitle and every .hentry line in the stylesheet (as has been suggested multiple times in the WordPress Forum), but I’m not having any luck. What am I missing?

    Just to be clear; I *only* want to remove the border around the page title box on every page. I want to keep the border that goes around the body of the page, separating it from the background.

    Thank you,

    Meg

Viewing 2 replies - 1 through 2 (of 2 total)
  • The issue seems to be linked to the ‘.box’ class in the style sheet located in this path: /wp-content/uploads/constructor/cache/style.css.

    Why I can’t connect to your website?
    maybe you just try the css below

    article > h1 a,
    article > h2 a,
    article header h1 a,
    article header h2 a{
    border-width:0px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Constructor: Removing border from page title box?’ is closed to new replies.