Customization

Posted in: Newspaper
Post count: 13

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

Post count: 3343

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!

Post count: 13

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!

Post count: 13

Hello again,

Is that a way to change the size of the big slide? It is too big! I’ve tried to use a normal slider but I can´t put the 3 miniatures besides them, so I have to use big slide.

Many thanks!

Post count: 854

hi,
we bought the slider and integrated in the theme.
probably there is a way to change the size of the slider, but I do not know how.

unfortunately we do not offer custom work, so you need to hire a programmer for this task

Thanks for you message.
Radu A.

Post count: 13

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,

Post count: 3343

Hi,
If you use the style 1 for the header you have to use this CSS

.container.td-logo-rec-wrap {
     background-color: transparent !important;
}

Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.