http://img526.imageshack.us/img526/9263/helpik.jpg
i would like to remove all this frame, since "recent blog enter" till "need help, Mail us", where the white blackground is.
could you help me?
tks
http://img526.imageshack.us/img526/9263/helpik.jpg
i would like to remove all this frame, since "recent blog enter" till "need help, Mail us", where the white blackground is.
could you help me?
tks
another question:
how i can reduze the size of main logo? in %
Hi balione,
Try to add this code in Quick CSS (located in Replete > Theme Options > Styling) or custom.css (located in wp-content/themes/replete/css):
.home .dynamic_el_7 {
display: none; /*Removes Recent Blog Entries*/
}
.footer_arrow {
display: none !important;/*Removes the Arrow*/
}
.logo img {
max-width: 160px; /*Sets the maximum width of the logo, just adjust the value*/
}
Hope this helps.
Regards,
Ismael
You must log in to post.