Good morning TagDIV
I bought the newspaper theme, and I’m very pleased with the design and the ease configuration
congratulations
However, I realized that there is a limit on the logo size that is 90px
I would like to change the logo size to 187x150px
which is the size of the logo of my website. it is possible?
my theme is the default – theme 1
1 – however I would only be changed to the desktop
for other devices (mobile, tablet, etc.), were not changed the size of the logo
remaining without alteration
changing the size of the logo?
2 – how to insert an effect “fade” in my logo,
for when I hovering the mouse over my logo, becomes transparent / opaque
thank you so much
Aldemi Oliveira
euclidense.com
-
This topic was modified 10 years by
Aldemi.
Hello aldemi,
Please try the code below and place it in Theme panel->Custom Css area like this: http://screencast.com/t/zJ8Ir3xFz
.td-header-style-1 .td-header-sp-logo {
width:187px;
height: 150px;
}
.td-header-style-1 .td-header-sp-logo img {
max-height: 150px;
}
.td-header-sp-logo a:hover {
opacity: 0.8;
}
The result you should see here: http://screencast.com/t/SGoRcKfIMBvw
If is not what you mean, please provide more information about this.
Hope this helps and let us know how it goes!
Thank you!
AND
it is possible to let each title (text) of the home page menu
with a different color from each other?
ie, contains seven titles on the menu
and I would leave each with a different color on text
EX.
MENU…. TEXT
Home # 3b9c00
SPORT # 4g9d65
HOUSE DESIGN # 14jc13
LIFESTYLE # 2a9c10
Thank you!
Hello My Friend Catalin,
Good Morning!
1 —–it is possible to let each title (text) of the home page menu
with a different color from each other?
ie, contains seven titles on the menu
and I would leave each with a different color on text
as the image of this site here : http://www.screencast.com/t/6HsfYV8kHg
EX:
Home # 3b9c00
SPORT # 4g9d65
HOUSE DESIGN # 14jc13
LIFESTYLE # 2a9c10
2 ——- I edited the theme demo version default
but always appears at the top tab, in the address bar
the Homepage-News name along with the name of my site
How to exclude the word, homepage-news?
of my theme homepage
look: http://www.screencast.com/t/epF50c5EMzBk
I only want to leave the name of my initial site
thank you so much
Hello Aldemi,
If you want to have for each menu item a different color, you have to use a bit of Css. Place the code below in Theme panel->Custom Css area, like this: http://screencast.com/t/hdusc4o0C1
Each item, has a different ID, like this: http://screencast.com/t/r8nmHtzg
li.menu-item-912 a {
color:red!important;
}
li.menu-item-913 a {
color:green!important;
}
li.menu-item-914 a {
color:pink!important;
}
li.menu-item-915 a {
color:blue!important;
}
For your second request, you can control the “Homepage-News” from SEO Yoast plugin->Title&Meta section, like this: http://screencast.com/t/InZUJXjXiU. Plese install this plugin and follow the steps.
Hope this helps and let us know how it goes!
Thank you for the message