Search Results for 'logo'

Results from the Forum
Marius
tagDiv Staff

Hi,
Please can you double check if the retina logo path is correct, form here seems that something is wrong there: http://screencast.com/t/QjfskTiRp

Thanks!

  • This reply was modified 12 years by Marius.
Marius
tagDiv Staff

Hi,
For retina you need to upload a double size of the original logo.

Also if you header is not transparent check this: http://screencast.com/t/vZsGv1A0CDl and make sure you .png file is transparent of course.

Thanks for the message!

Radu A
tagDiv Member

hi,

use this css :


.menu-item-9141.current-menu-item a {
   border-color: #ffffff;
}

here: http://screencast.com/t/Gc2AH3Nox2

Thanks for you message.
Radu A.

Marius
tagDiv Staff

You can make this via CSS.

To hide the logo on desktop use this CSS:

.header-logo-wrap a {
    display: none;
}

To show the logo on mobile use this one:

@media (max-width: 767px) {
.header-logo-wrap a img {
    display: block;
}
}
sarang44
Participant
#0

Hi my website is – http://goo.gl/GXQekx
i have added a logo in main header menu as like you said here – http://screencast.com/t/klXNT9666Z2

But the problem is that it shows shadow line below logo, when on home page, so hows should i remove it? Like this website – http://www.goarchers.com/

crazymoose
Participant
#0

Hi

My footer logo displays fine on my desktop computer but on my Android phone it will not show:

http://www.glutenfreemag.co.uk/

It just displays as a blue question mark as if the image was inaccessible. Do you know why this is happening and how I can fix it?

Thanks

Martin

SuzanneL
tagDiv Member

Thanks Radu,

I was using that header and uploading a transparent .gif background. When I saved it as a .png (same file) it now shows as a transparent background. Strange. So do I use a logo that’s 1200 x 400 for the Retina logo upload?

Thanks again,

Suzanne

bigdeal
tagDiv Member

THanks, what’s the code for that?

irkitated
Participant
#0

Hi,

I have installed the Newspaper theme and wish to get the main part of my page looking exactly like the preview version you used http://themeforest.net/item/newspaper/full_screen_preview/5489609

Currently my site is just displaying all of the content of each article as a full post in list form.

How can I make just title/summary appear over an image like in the preview? I have messed around in settings and cannot figure it out? Is there some kind of skin I can download which will implement all of your settings as used in the preview?

Also, how can I use a custom header/logo and how do i incorporate adsense in a similar way to the preview? I already have an established account an just need to incorporate it into the new site.

Thanks

Marius
tagDiv Staff

Hi,
What you can do is to use a logo for header and hide it on desktop/tablets and will show it on phone only.

Thanks!

bigdeal
tagDiv Member

bump

Radu A
tagDiv Member

hi,

for logo , use this header : http://screencast.com/t/vOrp3HnAODNB
upload logo : http://screencast.com/t/ZXZiFKXbwtxB

the logo of fashion style is: 600 pixel width , 200 pixel height

if the logo is transparent then it will show the background color behind it.

Thanks for you message.
Radu A.

SuzanneL
Participant
#0

Question: I’m trying to get my logo sized just like the one on the Fashion style. How do I do that? What size do I use and how to I override the sizes in the theme panel?

Also, I’m uploading a logo with a transparent background but it’s showing a white background. What do I need to do?

Thanks!

Love the theme!

Suzanne

Vinay Prajapati
tagDiv Member

Thanks! 🙂

Visit – http://www.techprevue.com

bigdeal
Participant
#0

Hi,

I dont display my logo in the header since i put it in the main menu. What would I do if i want it displayed in mobile phones view?

Also is it possible to assign a different menu for mobile? Since it is currently using the one for desktop, the logo appears in the sliding menu.

Website: http://www.goarchers.com

Regards,

BrandiMarie88
tagDiv Member

Currently fighting this same problem.

bigdeal
tagDiv Member

Works perfect. thanks!

Marius
tagDiv Staff

Hi,
Use this:

.td-menu-background.affix {
    background-color: #FF0000 !important;
}
bigdeal
tagDiv Member

I was wondering also if it is possible for the entire main menu bg color to change once scrolled down?

bigdeal
tagDiv Member

Thanks a lot!!

Marius
tagDiv Staff

Hi,
Add this CSS in Theme panel -> Custom CSS


.menu-item-12304 img {
    height: 45px;
    position: relative;
    top: -3px;
    width: auto;
}

also if you don’t use the above header you can hide it via CSS with this:

.td-header-bg {
    display: none;
}

To change the logo when scroll use this:
1. Hide the original logo when scroll:

.affix .menu-item-12304 img {
    display: none;
}

2. Add a new logo:

.affix .menu-item-12304 a {
    background-image: url("put here the link to the new logo image");
    background-repeat: no-repeat;
    background-size: auto 47px;
    width: 202px;
}

Adjust the 47px size and 202px size to fit like you want.

Hope this help!
Thanks for the message!

bigdeal
tagDiv Member

Anyone?

bigdeal
tagDiv Member

Hi, This is my first time to post here. Just purchased this theme last week.

My site is http://www.goarchers.com/ .Please advise how logo will fit in with the menu.

Also, will it be possible for this logo to change to a different one when scrolled down?

THanks

  • This reply was modified 12 years by bigdeal.
troegerki
tagDiv Member

Thank you!

Marius
tagDiv Staff

Hi,
Use this CSS, add it in Theme panel -> Custom CSS

.header-logo-wrap .td-logo-text {
    font-family: your font;
}
.header-logo-wrap .td-tagline-text {
    font-family: your font;
}

Thanks!

Viewing 25 results - 11,676 through 11,700 (of 12,143 total)