Home Forums Theme Support WooKart Problems with page titles

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5796

    I’m enjoying working with WooKart.. But I want to be easily change or even remove the page header that appears under the menu to the left (check image). Also, I want to be able to change from Uppercase to lowercase, plus put a gap between the page title and the site title. Please check out the attached imageto see what I mean

    #5802

    Hi there,

    1. If you want to remove that section it will be removed from all your website. Or you can just leave it blank and the title won’t be displayed.

    To change the styling simply go to the theme options page > Styling and paste this in the “Custom CSS” box:

    .sd-page-top h2 {
        text-transform: none;
    }

    Save. Done.

    2. That’s weird. The page title is not supposed to appear at all there. Please replace the file named “page-top.php” located in the theme’s folder > framework > inc with the one in the attached archive and see if it fixes the problem.

    Let me know how’s going.

    Cheers!
    Chris

    #5860

    new page-top.php fixed the problem. Thanks

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.