Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #95881
    Allan
    Participant

    Hello,

    I’m using Full Frame Pro and created a website with a 4 image Featured Slider. However the website owner has now requested I use a single static header image instead of the slider.

    The problem is when I disable the slider no static header image appears even though I’ve selected it to display on the front page. The only way I have found to get round this is to have a single image on the slider (as opposed to the 4 I had) but that still leaves the navigation arrows and a single dot on the image itself.

    Is there a way I can have the single static header image or remove the navigation items from the slider?

    #95882
    Allan
    Participant

    This is the link to my site BTW:
    http://riverhouseinverness.xyz/

    #95912
    Mahesh
    Keymaster

    @piratealfie:
    Hi Allan,

    Thank you for using Full Frame Pro theme.
    For using Header Image, go to Dashboard=> Appearance=> Customize=> Header Image and then choose a header image you want to display in your site. Then choose Homepage/Frontpage option in Enable Featured Header Image on (Displays header image on homepage/frontpage only). Then click on Save & Publish.

    OR

    If you want to make slider as Header Image removing the navigation links, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following CSS:

    #feature-slider .cycle-pager, 
    #feature-slider .cycle-prev, 
    #feature-slider .cycle-next, 
    #feature-slider .entry-container {
        display: none;
    }

    Hope this helps.

    Regards,
    Mahesh

    #95917
    Allan
    Participant

    Thanks for the reply Mahesh.

    The first option didn’t work, as that’s the issue I was having. However the custom CSS did the job, so many thanks for that.

    Problem solved.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Image not Featured Slider’ is closed to new replies.