Hompe Page

Support Area Forums Elite Hompe Page

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: www.ixcouncil.org
  • Author
    Posts
  • #22953
    DenisK
    Participant

    Hello Bill, Hope all is going well.

    I am using Soliloquy Slider Plugin on the home page.

    Page Template is set to default. How do I get rid of the Home Page Line above the slider.

    If i change template to “Home” then slider disappears.

    Thank you much.

    #22956
    Bill Robbins
    Participant

    Good Afternoon Denis,

    All is well here in the deep south. Hope you’re enjoying your fall.

    Good question. It is possible to hide the home page title. Here’s how to do that:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .home h1.page-title {
      	display: none;
      }
      
    3. Update your settings.

    If you’d rather just get rid of the line and leave the word home, you can use this snippet instead:

    
    .home h1.page-title {
    	border: none;
    }
    

    Let me know if you run into any trouble there.

    Thanks,
    Bill

    #23018
    DenisK
    Participant

    Good evening Bill,

    It works great.

    One question: On my home page I have it set to default template, but in this mode my widgets dont work, however if i change it to home as a template then the widgets appear but slider goes away.

    What do you think causes the issue ?

    Thank you much.

    #23021
    Bill Robbins
    Participant

    Hey Denis,

    The home page template only uses widgets. So if you need to insert content from a page into the home page, you’ll need to use one of the home block — page content widgets. You can even select the home page and it’ll pull any content you’ve entered into the content area of that page and place it in a widget.

    See if that doesn’t get you where you’d like to go.

    Have a good evening,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hompe Page’ is closed to new replies.