When I change from fullwidth template to standardtemplate my text disappears. Very strange - it worked before. www.veggi-portal.de actually I checkt - my standardtemplate does not work at all - even, when I create a new page with standardtemplate - there is no text at all. Everything else is there (header, footer, widgets). Please help!
Ok, downloaded and reinstalled the theme - still not working I am using following plugins: Dynamic Widgets Jetpack von WordPress.com Testimonials Widget Wysija Newsletter this is the css code i put in custom css: body{ background-attachment: fixed; } .header-info p.cell { display: none ! important; } .logo { margin-top:1px ! important; } #sidebar-contact-info ul li { repeat-x scroll left bottom rgba(0, 0, 0, 0)!important; } .slide .slide-content.entry { border-right: 8px solid #556c11; } .header-info p { color: #556c11; font-family: arial; font-size: 20px; line-height: 30px; } #form-wysija-2 input[type="text"] { background-color: #EDEDED; border: 2px solid#CACACA; color: #4A4A4A; width: 266px; } #form-wysija-2 .wysija-submit-field { background-color: #EDEDED; border: 2px solid #CACACA; color: #4A4A4A; } #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a { background: #556c11; } #menu .ddsmoothmenu li li { background: #556c11; } .call-us { display: none; } @media only screen and (max-width: 480px){ .header-info a.btn { display: none;}} .sl { display: none; } .content-wrapper h2{ display: none; } #crumbs { display: none; } .footer { background: #E1DF56; } .footer-container{ background: #E1DF56; } .footer-navi { background: #556c11; }
Hello, Remove these code given below from the Custom Css section in your dashboard. (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .sl { display: none; } #crumbs { display: none; } This will solve your issue.
ok thanks that helped! But how to get rid of the crumbs and the heading without messing up the page? Kind of strange why you gave the codes mention obove in first place?
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: #crumbs { display: none; } .sl h1 { display: none; } I hope this will solve your issue.