Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #103604
    ein
    Participant

    Hi!

    I would like to remove the border/ shadow/ Custom Background on this site : http://www.fitumzug.at/ (Catch Kathmandu).

    I know how to change the custom background color. The problem is that the footer is shorter than the whole site. I want the footer like it is on this site http://travelintense.com/ 
    I would be very happy, if you send me the CSS code for this problem. I tried this CSS 
    .site { box-shadow: none; } , but it didn´t work. 

    Thank you so much for providing these themes!

    // ein

    #103634
    Mahesh
    Keymaster

    @ein: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .site {
        background-color: transparent;
    	  box-shadow: none;
    }
    
    #colophon {
    	border-top: none;
    }

    The height of the footer widget area depends on the content, the more the content, the height will automatically increase. The site you’ve mentioned above has bit more content and spacing in between. Hope you understand.

    Regards,
    Mahesh

    #104048
    ein
    Participant

    Thank you for the answer.
    I have now another problem, hopefully you can help me.
    The Slider on this Page http://www.fitumzug.at/entruempelungentsorgung/ cover the Widgets. I used the smart slider 3 with thew short code [smartslider3 slider=3]. How can i get the widgets below the slider. I would be very happy, if you send me the CSS code for this problem.

    thanks

    #104079
    Mahesh
    Keymaster

    @ein: The issue you are having is because of the slider. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .page-id-253 #secondary {
        margin-top: 640px;
    }

    Regards,
    Mahesh

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