Inserting Revolution Slider and Removing Subheaders

I am using a template and altering to suit my needs. I just started: http://wilmadev.ca/

I have created a new revolution slider. A YouTube video showed I can use the visual composer to add a text box, and paste the short code there. I did that, but I cannot move this slider to below my header. It remains at the bottom, and trying to drag it does not work.

In any case I have a few questions.....

- How can I add the slider to an existing page and move it around the other objects on that page?
- How can I remove or hide the subheader on certain pages (for example  http://wilmadev.ca/?page_id=16)


Thanks!

Comments

  • It is better to add the slider when editing the page and selecting it in the options section under the muffin builder. To disable the subheader on a specific page target it with css and its id, like this:

    .page-id-16 #Subheader {display:none !important;}
Sign In or Register to comment.