style Homepage

Posted in: Newspaper
Post count: 29

Hello there,

Theme: Newspaper 6.6.2
template default

Can you tell me how I can make the following changes?
http://www.fotos-hochladen.net/uploads/feoqjepyzws5.jpg
I would have liked as the default demo

1. From the main menu to “News” are on the far left?
2. Where can I change the distances between the menu items?
3. The blue area is to be transparent
4. The color of the category is to change “on mouse over”.
5 .Among 4. Where do I adjust the color?

Thank you for your support

With kind regards
Bernd

Post count: 29

no one there who can answer my questions?

Post count: 23312

Hello Pc-Drifter,

Unfortunately, please check our support hours below ->

Support Hours (GMT+2)
Monday – Friday:
8:00 AM – 17:00 PM

If you write in the same topic you will only delay the answer. We answer from oldest to newest and writing in your topic will move it to newest and delay your turn.

I will try to answer the questions that do not involve access to your website.

1) If you want to decrease that space, please try the code below and place it in Theme panel->Custom Css area. I suppose you use a header style 3, otherwise, please replace .td-header-style-3 with your header used.

.td-header-style-3 .td-header-main-menu {
margin-left: 10px;
}

The result you should see here: http://screencast.com/t/j3JjqgRALw

2) You can change the distance between the menu items if you use the code below.

.sf-menu a.sf-with-ul {
padding-right: 15px;
}

3) You can try the code below or you can use Big Grig 3->Style 1

.td-grid-style-4 .entry-title {
background-color: rgba(77, 178, 236, 0);
}

The result you should see here: http://screencast.com/t/KYzOOHK1u0dI

4), 5) I suppose you mean about the color of category tag. You can change the color of this if you use the code below

.td-grid-style-4.td-hover-1 .td-big-grid-post:hover .td-post-category {
background-color: red;
}

The result: http://screencast.com/t/kr3qApmn

If is not what you mean, please provide more details and your URL, so I ca inspect it closer.

Thank you for the message!

Post count: 29

http://www.empathiefaktor-magazin.de/

Hello there,

sorry for my impatience and thanks for the support information.
Yes, I use the header Style 3

1. Not all the main menu Navigation to the left. The first navigation link “News” is scheduled to begin on the far left. (1 point)

2. How can I change the logo area larger (point 2)

3. How can I change the font color (point 3)

  http://www.fotos-hochladen.net/uploads/ef2zh9vp4lyo6.jpg

Thank you for your support

Bernd

Post count: 22421

Hello Bernd,

1) Please use this custom css to adjust the menu:
.td-full-layout .td-header-style-3 .td-header-main-menu{
padding-left:0!important
}

2) Unfortunately for header styles that use the logo besides the header ad, you cannot increase the size of the logo too much because the ad will then not have enough space to fit in the container and this will happen: http://screencast.com/t/JYhz6YeaKGG
You can change the width like so:
.td-header-style-3 .td-header-sp-logo {
width: 284px;

3)You can use this custom css:
.td-big-grid-post .entry-title a{
color:red;
}

I hope this helps.
Thank you!

Post count: 29

Hello there,

big thanks for the support !!

to point 2. I had already found this;-)
https://forum.tagdiv.com/topic/making-my-logo-larger/
Is it not possible to Logo containers larger and to make the ads containers smaller?

Best regards
Bernd

Post count: 23312

Hello Pc-Drifter,

If you want to increase logo container and decrease ads containers, please try the code below and adjust the values as you wish. Place the code Theme panel->Custom Css area, like this:
http://screencast.com/t/iaXpusdI

If you want to use Adsense, you can change the Ad size from panel, like this: http://screencast.com/t/OtfkQe3MXgd

.td-header-style-3 .td-header-sp-logo {
width: 480px;
}
.td-header-sp-recs {
width: 478px;
}

The result you should see here: http://screencast.com/t/5Ysk4KQGj2

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 29

… thank you very much, you have helped me a lot

Post count: 23312

Hello Pc-Drifter,

Glad that I could help!

Thank you for the message!

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