Hi,
I would like to have some help with the customization:
1. I would like to have the header with no background, transparent. Now is white, like the body: http://maisquemae.pt/ but we want it transparent, so the site background (pink stripes) would appear in the header too.
2. How can I give more space btw the bottom of the logo and the main menu? As you can see, the logo is too close.
3. Is that a way to put 4 small square ads on the sidebar align in 300 x 250? I already have 300×250 ads, but I want 4 smaller ads, 2 on top, 2 on bottom, on the sidebar. Is that possible?
4. How can I remove the title of a widget? If I don´t put any title it appears the box title empty anyway on sidebar.
Many thanks in advance 🙂
Juliana
Hi,
Your site doesn’t work.
1. You can make the header transparent with a custom CSS, that you have to add it in Theme panel -> Custom CSS
This is made particularly for header style 3, change the CSS for you header that you use.
.header-style-3 .td-full-logo {
background-color: transparent !important;
}
2. Use this CSS and change the size like you want.
.header-logo-wrap img {
margin-bottom: 50px;
}
3. What add size you want to use for that small square? You can insert it manualy in a text widget.
4. Our blocks have option to hide the title, see here: http://screencast.com/t/6XGJWVKiCca for others widgets that doesn’t have can be hidden with a custom CSS
Thanks for the message!
Hi Marius, thanks for your reply! Your support is great 🙂
Our site is online, don’t know what happened. http://www.maisquemae.pt
1. The transparent header background didn’t work. We use style 1 and I’ve changed the code as you said.
2. The margin on the logo worked, thanks.
3. The ad size would be 125×125…two on top and two on bottom.
4. It works on blocks but not on sidebar widgets like Jetpack subscription, etc.
Many thanks again!
Ok, no problem, many thanks.
But the code that you’ve sent me about the header background is not working. I’m using the Style 1 and replace the code as you said:
This is made particularly for header style 3, change the CSS for you header that you use.
.header-style-3 .td-full-logo {
background-color: transparent !important;
}
Do you have any idea why is not working? It is not transparent.
Thanks again,