Search Results for 'logo'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

You can try this code that applies only when the menu is sticky, so the menu item does not overlap the logo in that situation, just enter it in Theme panel->Custom Css

.td-header-style-10
.td-header-menu-wrap.td-affix
.menu-item-928 {
margin-left: 65px;
}

Result – https://www.screencast.com/t/QAgmZQiwho

Thanks

sainthilaire
tagDiv Member

Thank i know that is not a simple task but, i can work with php only i need that you give me some guide about the function that change the background and where is structure of the code of the logo for edit it.

ffarci
tagDiv Member

Sorry, but I changed all my site (all the voices of the font family in the Theme Font section) to Helvetica Neue, but the text logo doesn’t change (the font is always the same). Can you indicate me the exact command to change the font (whatever it is)?
Thanks

Sjayne
Participant
#0

Hello,

I just updated to Newspaper 7.6. Since the update, the logo in the sticky menu is overlapping the menu links.

Before the update, it was above the menu links.

The url for my site is: http://blog.samys.com/

Thanks!

Catalin
tagDiv Staff

Hello sainthilaire,

Unfortunately, our theme does not have any such an option that allows you to have a different logo for the different category, sorry! This is not a simple task, and if you do not have solid coding skills to do that, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

Please make sure that when you are setting your logo you select full size like this – https://www.screencast.com/t/EE8DBncVmkR2 and you are using a big enough source image size for your logo.

Thanks

sainthilaire
Participant
#0

How can i change the logo in the diferent category like i change the backgroud logo? for examample, category 1 use the logo 1 category 2 use the logo 2…

championdads
Participant
#0

The header logo on my new website is coming up too small, I’d like it full width.

f1grandstand.com

I have seen from other posts that Header styles 9, 10 and 11 should give me what I’m after – but they do not.

This is currently Header Style 10.

Is this a quirk of the version of the theme I am using – I don;t have this problem using newpaper with another variation of the theme.

HELP!

Simion C.
tagDiv Staff

Hi,

You can change the footer logo in Theme panel->Footer->Footer info content – https://www.screencast.com/t/HsigYFN2TE

Thanks

Bogdan B.
tagDiv Staff

Hello,

1. please first use a font that is already loaded such as verdana and see if the font changes with the css. You cannot use a custom font with css without loading it first. The font loading is done with another css code like so:
@font-face {
font-family: 'add your font family here';
src: url('add the source url for the font. insert the path that leads to the font') format("opentype");
font-weight: normal;
font-style: normal;
}

2.For the mobile version of the text logo, please use this code:
@media (max-width: 767px){
.td-logo-text-container .td-logo-text {
font-size: 56px!important;
}
.td-logo-text-container .td-tagline-text{
font-size: 16px!important;
}}

Thank you!

Simion C.
tagDiv Staff

Hi,

I do not see these items on your site so I could provide a more accurate solution, you could try this code and see if it works for you (you can control the footer logo on vertical by modifying the margin-top)

.td-footer-bottom-full .footer-logo-wrap {
margin-top: 20px;
}
.td-footer-bottom-full .footer-social-wrap {
text-align:center!important;
}
.td-footer-bottom-full .footer-text-wrap {
text-align:center!important;
}

Result – https://www.screencast.com/t/xx8DARaaf41
Thanks

Simion C.
tagDiv Staff

Hi,

That text can be modified that text in Theme panel->Theme fonts->Footer – https://www.screencast.com/t/JnOXHvnDnp
The text logo inherits the body font, but you can change it using this code, just enter it in Theme panel->Custom Css

.footer-logo-wrap {
font-size: 12px;
}

Result – https://www.screencast.com/t/jWq53p1D6Q
If that is not what you meant about the logo please provide more details.
You can remove the “About Us” by removing it’s translation in Theme panel-> Translations – https://www.screencast.com/t/02OtjgEUEgoR

Thanks

Bogdan B.
tagDiv Staff

Hello,

The header ad size depends on the header style that you use. Some headers will not be able to show a size bigger than 728 px while others can show it in it’s full width of the content.
Please choose a header style where the ad is not positioned on the same row with the logo:
https://forum.tagdiv.com/header-styles/

Thank you!

Simion C.
tagDiv Staff

Hi,

Please follow this tutorial – https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ and regenerate your thumbnails and see if that fixes it. The logo is placed on the left in Header style 1 that you are using, you can find all the header styles here – https://forum.tagdiv.com/header-styles/ and choose a different one if you want in Theme panel.

Thanks

Bogdan B.
tagDiv Staff

Hello,

If you want the logo to not get shrunk to the size of the menu, you will have to use a header style that shows the full logo: https://forum.tagdiv.com/header-styles/
these are styles 9, 10 or 11

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1. for the button please use this css:
#mc_embed_signup_scroll #mc-embedded-subscribe input[type=submit]{
background-color: #9f2c2c!important;
border-radius: 15px!important;
}

2. for the sticky menu height you can use this code:
@media (min-width: 768px){
.td-affix #td-header-menu {
min-height: 90px !important;
}
.td-header-wrap .td-affix .sf-menu > li > a, .td-header-wrap .td-affix .td-main-menu-logo a{
line-height: 90px!important;
}}

Thank you!

john low
Participant
#0

Hello,
i want to know how can i change the logo of the footer (white logo) after instaling the default demo
thank you

ffarci
Participant
#0

Hi!
I need to:
1. modify the font of the text logo. I tried modifying the css, as you told in this forum …
(“Hello ….,
If you want to change the text for your second line of your header logo text, you should do it from Theme panel, like this -> http://screencast.com/t/yDp2uMHI8Tkg
Unfortunately, our theme does not have any such an option that allows you to change the font for Logo text from the theme panel, sorry! If you want to change it you should use a bit of CSS code to load the new font for this section. For example, you can use the code below and place it in Theme panel->Custom CSS area:
.td-logo-text, .td-tagline-text {
font-family: ABeeZee;
}
Also, notice that the ABeeZee font should have to be loaded in your theme from the panel if you want that the code to be applied.)
…but I didn’t have the hope result!
2. I also need to reduce the size of the text logo on mobile, but I don’t know how to do.
I tried as you told in this forum…
(“Unfortunately the font family and font style can only be changed with css as the mobile theme has no font customization at the moment. You can use this method to load a new font with css: https://forum.tagdiv.com/topic/how-to-change-font-for-text-logo/
and then use this css to set the font family and size for the quotes on mobile:

@media
(max-width:767px){
.td-post-content blockquote p{
font-family:mycustomfont!important;
font-size:25px!important;
}} “)
changing 25x with lower size, but any effect has sorted.
How to do? thanks a lot

Kraljsin
Participant
#0

Today i just lose logo on wesite also on a mobile theme, than main banners , backgrounds etc , everything it was just empty i also saw that i need to put activation code on dashboard for theme which i put before when u bought theme.. what can be problem?

is it way to return that jow it was?

thanks

krismali
Participant
#0

Hi,

Is it possible to show the top menu on mobile screens? Right now only main menu is shown (after clicking on the button next to logo)

Thanks!

kanstan
Participant
#0

Hi!
The problem with the site work for the ssl protocol. It remains mixed content and problems with CSS styles.
I enlisted the help of web hosting provider with this issue.
His answer: Sorry, but the problem with the logo, styles and other things there for the reason that the database of your site URL c explicitly using the HTTP defined in JSON format, which is so easy to edit can not be, because it becomes invalid after such changes. You need to refer to your themes developer to solve the problem.

olivervossmann
tagDiv Member

ok both codes doesent work without errors in the copyright line …

so back to my first question sorry …

Hi, i use the Footer from Newspaper, i Need a custom css to Center the Content in this three boxes

http://mallorca.inselleben.es/inhalt/uploads/2017/01/Unbenannt.png

and set the logo in vertikal top

Thanks ?

olivervossmann
tagDiv Member

i change the code to this :

.td-pb-row {
text-align:center!important;
}

but i need help to set the footer logo in vertikal top

olivervossmann
tagDiv Member

Hey i think this is right ?

.td-pb-span5 {
text-align:center!important;
}
.td-pb-span4 {
text-align:center!important;
}

isnt it ?

how can i set the logo in the left box in vertikal center ???

edwardjiang7
Participant
#0

On my website truespotmedia.com , the slider image does not fill the whole slider. Why is that?

Also, the logo is on all the way aligned to the left. How can I change that? Thanks.

Viewing 25 results - 8,476 through 8,500 (of 12,143 total)