Hello,
I just switched Themes over from X Theme. I had CSS Code the ‘Navi Menu Link Categories’ in X Theme http://prntscr.com/8g3x8x I just want to able to do the same with Newspaper. I just can’t recognize the code.
This is what I have from the previous Theme. I also changed the color of the strip bar at the bottom of each Category Menu Link. As each Category is color coded. We want to keep the format. We also like the Drop Cap which is perfect for our vision.
Is it possible to do so with Newspaper.
li.tax-item-705 {
background-color: #81d742
}
li.tax-item-3 a:hover {
color: #0075d7
}
li.tax-item-707 {
background-color: #0075d7
}
li.tax-item-73 a:hover {
color: #C3F
}
li.tax-item-708 {
background-color: #C3F
}
li.tax-item-2 a:hover {
color: #FE1543
}
li.tax-item-706 {
background-color: #FE1543
}
li.tax-item-6 a:hover {
color: #f1c40f
}
li.tax-item-73 {
background-color: #f1c40f
}
li.tax-item-399 a:hover {
color: #ff830f
}
li.tax-item-58 {
background-color: #ff830f
}
li.tax-item-89 {
background-color: #D40E52
}
li.tax-item-58 a:hover {
color: #81d742
}
Hello Green Monkey,
Unfortunately those classes are not going to work with our theme because each developer defines his own CSS classes. They are not used global. You have to identify the specific classes of our theme elements you want to customize.
Thank you
That’s pretty poor support. I see you’ve helped customers with code and you can’t even give me a helping a hand as to what the ‘specific classes’ are. The Staff no more than anyone else.
Staff Support is like Javo Theme 1/10…far out how is anyone meant to customize anything if the Staff can’t even answer with freaking specific classes. For security purposes, I certainly don’t want the Theme to look like a carbon copy. As I will hide my wp.
Hell,
I’m sorry i did not understand your request at first.
I got back on your request and i hope this will bring an insight as to how you can customize the theme menu to look like your previous theme’s. Your previous theme uses li.tax-item, our theme uses li.menu-item.
These are the classes used by the theme. I have changed them in my own menu as your site does not have our theme active.
li.menu-item-1218 {
background-color: #81d742
}
li.menu-item-1219 {
background-color: #0075d7
}
li.menu-item-1220 {
background-color: #C3F
li.menu-item-1221 {
background-color: #FE1543
}
li.menu-item-1222 {
background-color: #f1c40f
}
li.menu-item-1223 {
background-color: #ff830f
}
result: http://screencast.com/t/dsa0kqriQgr
Your menu item numbers will be different when you customize your menu but you can identify them
by inspecting your menu with the browser inspector and then you can target that specific menu: http://screencast.com/t/14rboIK5UX
You can place your code in the theme panel: http://screencast.com/t/M7pDw2or
I hope this helps.
Thank you.