Search Results for 'header'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

If you use that code it should change the text color when you hover the menu links. It will not stay the same color when you are not hovering it anymore of course. You could try a code like this one for example and se if it is working for you

.td-header-style-5 .sfHover .sf-with-ul {
color: black!important;
}

Thanks

suprim
Participant
Few change - topic
#0

1) On my mobile the header ad and article bottom ad always seems to go across the width of mobile screen https://www.screencast.com/t/AR1IGSoloIA I tried changing the ad size for mobile under the settings but it still shows different sizes of ad.

2) How do I remove or hide this part of footer from Mobile https://snag.gy/v9krpQ.jpg

Thank you

Bogdan B.
tagDiv Staff

Hello,

If you need a bigger logo, on the header style that you use (style 10) it;s as simple as uploading a bigger image. Headers styles 9, 10 and 11 show the full logo you upload without scaling them. Make sure though not to upload a thumbnail of your logo: https://www.screencast.com/t/2OVCUXBFq

Thank you!

Catalin
tagDiv Staff

Hello Eduardo.FD,

Try to add the !important tag to give more priority for your code.

The code is ->

.td-header-style-5 .sf-menu > li > a:hover {
color: black!important;
}

Hope this helps!

Thanks for the message!

Bogdan B.
tagDiv Staff

Hello,

Please add this code in the theme panel-> mobile theme settings-> custom css box:

.td-a-rec-id-header_mob{
margin:0!important;
}

https://www.screencast.com/t/0l8kEv2G32xn

Thank you!

cargonewsde
Participant
#0

Hello support team, it is not possible for me to change the color of the Social counter header. The social counter settings as “Header color”” and “Header text color” can be changed and i can save the changes, but it was not changed in the front end. With the headers of all the other elements i have no problem, its only the social counter header. Best regards Carsten

Simion C.
tagDiv Staff

Hi,

All you need to do is create the logo you want to use for your website, and upload it normally
https://www.screencast.com/t/lie4hBGG2
There is no limit for the logo on the Header style you are using, you can have any logo size you want
https://www.screencast.com/t/7YOLFdUI

Thanks

Bogdan B.
tagDiv Staff

Hello,

1) You can hide the meta data from blocks from the theme panel: https://www.screencast.com/t/lJ4UiFiYO4

2) Unfortunately our theme does not have a setting to change the font for all the elements at once. There is a workaround if you do not want to change all of the fonts from the fonts section: https://forum.tagdiv.com/topic/do-i-really-need-to-change-all-the-text-fields-for-fonts/

3) In order to do that, you will have to change the block header style: https://www.screencast.com/t/QmIqQaNLoP

Thank you!

simchris
tagDiv Member

If you can’t update to latest version of theme where it’s fixed; I think you can simply edit out the secition in the header.php file ?

joeydekoning
Participant
#0

I’m looking to reduce the whitespace surrounding the Header Ad in the mobile theme.

I want to reduce the top and bottom padding, but I’m not sure where in the css to make this change.

How can I do this?

Eduardo.FD
Participant
#0

Hello,
I use header style 5 with Mega menu. I want to set the TEXT HOVER COLOR to black (the hover is white), for this I tried this code:

.td-header-style-5 .sf-menu > li > a:hover {
color: black;
}
The problem is when I go to the submenu in the mega menu to select an item, the text go back to white.
How can the text stays in black??

http://www.screencast.com/t/saxgja8N6

Thanks a lot

Bogdan B.
tagDiv Staff

Hello,

Since this topic was created (last year), we already implemented options to force the header and footer to go full width even when a background is used. Please make sure you use the latest version of the theme: https://forum.tagdiv.com/how-to-update-the-theme-2/ and then check this section of the theme panel: https://www.screencast.com/t/amnggaNab

Thank you!

thejadedraver
tagDiv Member

Thanks for your help on that. I ended up adding the following code below to the custom CSS Section which seems to be doing the trick well. Custom CSS panel is a fantastic feature, didn’t realize how easy it was to make edits there.


@media
only screen and (max-device-width: 480px) {
.td-post-template-4 .td-post-header {
padding-top: 0;
border-bottom: 0;
max-height: 200px;
}
.meta-info {
display: none;
}
.td-post-template-4 header h1 {
margin-bottom: 15px;
position: relative;
right: 2px;
}
}

ataylor
Participant
#0

Hi,

I need to add an extra menu above my site header that stretches the length of the page. This menu serves to show all the other website in my blog network.

How would I go about doing this?

My site is currently using Header Style 8 so the top bar menu is already in use. I kind of need an extra menu that looks exactly like the top bar menu in style 1, without all the extras, such as the time, weather and social icons.

Caylean
Participant
#0

Hello together,

Is there any way to add another row of Postings to the Header Menu.

I would like to have instead of just the default 5 simply 10 Postings to the desired category.

I have only started with a New Project and 20 Postings in a single Category and it will get much more over time.
So to have 10 instead of the default 5 Postings per Scroll sould make it more convinient for a user to fast scroll through the Postings in the categories.

Sure, a simple click on the Category would give the user a much more convinient view, but with 10 Posts to choose directly, the user might get much faster to his/her goal if s/he could find it via Menu directly.

Help would be really appreciated.

seektrend
Participant
#0

Hi

I try to copy adsense code to the header ad and other section but it not appear as attached.



could you please let me know how to fix this or did i use the wrong code

Bogdan B.
tagDiv Staff

Hello,

The theme background does not affect the content, the header or the footer. The theme background color is just the outside of the theme. It does not affect any at all content.
There is no setting to change the main content background. This was never part of the theme so updating or switching to an older version will have no impact on your content color. The white background always was hard-coded in the theme css. Only the black theme demo changes the main content to black. Maybe you simply changed
demos after updating.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This happens because the demo style mekes the related articles hae a white color when active and a colored background. But your site has a white background on all headers so that makes the related articles element with a white on white color.
please use this code to change the color:
.td_block_template_1 .td-related-title .td-cur-simple-item{
color:#de2178;
}

Add the code in the theme panel-> custom css box

Thanks.

alpaca
tagDiv Member

Thank you Simion,

it took me only a small change in the child theme!

1. added register_nav_menus in functions.php
2. changed ‘theme_location’ from ‘header-menu’ to ‘header-menu-mobile’ in /parts/menu-mobile.php

This is really one of the best themes,
Thank you!

Catalin
tagDiv Staff

Hello Jens H.,

The Header Style 4 uses the full width of your logo and should work as properly. I tried with a banner ad (930*180px) and it seems to work as expected, as you can see here -> https://www.screencast.com/t/jPtvNbMF8YLC

Thanks for the message!

Catalin
tagDiv Staff

Hello bformhals,

Try to use a bit of negative margin-left to adjust your logo at the main menu. If is not what you mean, please provide more details about your problem so I will be able to provide a more accurate response.

.td-header-style-7 .td-header-sp-logo img {
margin:initial;
margin-left:-20px;
}

The result is here -> https://www.screencast.com/t/cftToGiVDT

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

Try inserting it in the header.php file, between the head tags – https://www.screencast.com/t/20E5CsjC and then follow the plugin instructions.
Most plugins and widgets require the code to be entered there. If it does not work like this, you could ask for support from the plugin developers to specify where exactly this code needs to be entered.

Thanks

vasiliki
Participant
#0

I had this problem with the previous version too and switched back to an older version of the theme.
While I have a dark background color when I updated the theme in 7.8.1 you see the main content turn white while header and footer keep the dark color. Please advise. https://emvolos.gr/category/athlitismos/

herondino
tagDiv Member

Also, in “Theme Panel”, I can’t access the sections (“Header”, “Footer” etc). When I click on them, nothing happens.

Viktor
Participant
#0

Hi, there!
I have a little problem… I’m in a process of creating a three language versions site. I use Polylang plugin for translation. There are two ways to create Logo in the theme panel/HEADER/Logo&Favicon: graphic logo and text logo. I use text logo but I can’t translate it for other versions of the future site. Is there a possibility to do it? Or I have to use only one language version of the text logo for all language versions of my site, have I?

Viewing 25 results - 21,151 through 21,175 (of 29,850 total)