leon
asked 8 years ago

Hello, I would like to move the sidebars and align them to the slide and hide the line as you see here enter image description here
In addition I would like to hide the black line at the bottom, just above "Powered by…"
Thanks

5 Answers
DominicStaff
answered 8 years ago

Please send me username & password of your site (via private answer) I will check help you resolve it.

DominicStaff
answered 8 years ago

You can add the following code to the style.css file: http://snippi.com/s/djc7ego

leon
answered 8 years ago

Great job!
Thank you!

leon
answered 8 years ago

One more thing…
I installed Easy Google Fonts plugin but I don’t know how to change independently the font, size and color of the three sidebars.

DominicStaff
answered 8 years ago

If you want to change the font size, color and font family, you can add the following code to the style.css file:

.top-sidebar li a {
    font-size: 14px;
    font-family: ...;
    color: #...;
}
#main-sidebar li a {
    font-size: 14px;
    font-family: ...;
    color: #...;
}
#secondary li a {
    font-size: 14px;
    font-family: ...;
    color: #...;
}
leon
answered 8 years ago

Thanks again!

Powered by DW Question & Answer Pro