CSS Code

Support Area Forums Forward CSS Code

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://cattcomemorial.com
  • Author
    Posts
  • #27331
    Avatar photoJohn Scarano
    Participant

    Hi, Bill –

    Last week you gave me code to add in order to increase the size and position of the slider on our front page. How do I remove that code? I have since received instructions from the Meta Slider Developer to accomplish that without the addition of the code that you sent to me. So, I don’t need the code now. Here’s the code that you sent to me:

    #home-widgets .widget_metaslider_widget {
    width: 100%;
    }

    .home .flexslider.shadow {
    display: none;

    John

    #27332
    Bill Robbins
    Moderator

    Hello John,

    You’re welcome to remove it if you’d like to. Go to the Appearance section in your WordPress dashboard and select Customize. Click on the Advanced section there and then choose Custom CSS. That’s where the additional css will be.

    Most likely you’ll still need this:

    
    .home .flexslider.shadow {
    	display: none;
    }
    

    to remove the theme’s slider and keep it from affecting the layout.

    Have a great week,
    Bill

    #27431
    Avatar photoJohn Scarano
    Participant

    Sorry to respond so late. Thanks for the advice on the code!

    #27432
    Bill Robbins
    Moderator

    Anytime John. Let me know if you have any other questions.

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