Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Click on Slider #13805
    lwatts
    Member

    Is there a way to remove link so that slider cannot be clicked?

    in reply to: Page Title Showing #13589
    lwatts
    Member

    to make this more specific where it only affects content use

    #content .entry-title {
    display:none;
    }

    in reply to: Page Title Showing #13588
    lwatts
    Member

    If you go to Appearance >> Theme Options >> Custom CSS and enter the code below this should fix it.

    .entry-title {
    display:none;
    }

    in reply to: Page Title Showing #13540
    lwatts
    Member

    Sorry about that! When you create a new page and give that page a name like Home, about us, etc., that title is showing on the website.

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