-
AuthorPosts
-
October 5, 2013 at 4:25 am #170730
Hello,
I need help on a couple things on the enfold theme.
1. Change color of header alternate nav text and hover color. Now the text and hover is the same as main header but it does not work with dark background color for the upper portion of the header. Pls provide css code.
2. Change the color of just the tab itself and the text in the tab. This is not tab content container.. Pls provide css code.
3. How do I make each individual tab and text of tab (not container) a different color in only one set of tabs on a page? Pls provide css code.
The site is not live yet. ip address is 96.30.39.60.
Thx, Seth
October 6, 2013 at 1:47 am #170926Hey Seth!
We need a link of your website to better assist you with this issue, the IP you provided is displaying defaultwebpage.cgi.
Regards,
JosueOctober 6, 2013 at 9:10 am #171071Hi Josue,
The site exists, so the IP address is to a new site. To access the new site via IP address, your pc’s host file needs to contain the following96.30.39.60 amplidata.com www. amplidata.com
Go to amplidata.com to see the site once, this is done.
Regards,
SethOctober 6, 2013 at 9:14 am #171072A bit more on what I need help with…
There are several tab sets in the site.
Under Features I’d like each tab to be a different color. ( I would also like the Icons on the home page to match these colors, is that possible?)
Under Architecture, one set will be different, the other will be the same but I want to change from the default.
Under Resources, they will all be the same color but different that the default.
Thank You!
Regards,
SethOctober 8, 2013 at 5:01 pm #172321Hi Seth!
I’m not sure about the other support staff but doing support I will only visit sites with publicly set dns records. If you can put the site live we can assist with the start of the css and you can then customize as needed.
The gist of which is you’ll wrap the content you want to customize in a color section and give that color section a unique ID using the field on the color section.
Then turn on the class field for all avia elements so you’ll be able to target your content by #someid .someclass .the-avia-element-name . Where each of those is specific to your usage.
You can turn on the custom class field by adding the following to your functions.php:
add_theme_support('avia_template_builder_custom_css');
Cheers!
DevinOctober 15, 2013 at 10:51 pm #176098Hi,
I still need an answer for one of my questions on how to change the header top bar text link color and hover color. The color for the links in top header bar needs to different than the main header text color.
Thx,
SethOctober 16, 2013 at 3:06 am #176136Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.phone-info a { color: red!important; } .phone-info a:hover { color: purple!important; }
Cheers!
YigitOctober 16, 2013 at 1:34 pm #176395Hi Yigit,
This did not work, there was no change to the text color on the top header bar. I added it to my custom css file not the quick css as I am documenting all the changes I make. Any other ideas?What it looks like is below. The background of the bar is dark blue, the social icon is gray, text link is gray, text hover is dark gray the vertical separators are white.
social icon link | link | link | link
Regards,
SethOctober 16, 2013 at 1:44 pm #176399Hi!
Can you post a screenshot? This how it looks on my end http://i.imgur.com/A2fCqpX.jpg
Best regards,
YigitOctober 16, 2013 at 3:12 pm #176458This reply has been marked as private.October 16, 2013 at 3:13 pm #176461This reply has been marked as private.October 16, 2013 at 3:15 pm #176463Hello!
Please add this code instead of previous one
.sub_menu>ul>li>a { color: red!important; } .sub_menu>ul>li>a:hover { color: purple!important; }
Best regards,
YigitOctober 16, 2013 at 3:22 pm #176469This reply has been marked as private.October 16, 2013 at 3:25 pm #176472This reply has been marked as private.October 16, 2013 at 3:57 pm #176488Hi Yigit,
The updated css worked for the text :) thank you, what can be done for the social icon color?see my screenshot post.
Regards,
SethOctober 16, 2013 at 9:48 pm #176651Hello!
And you can add following code for Social icons
#top .social_bookmarks li a { color: red!important; } #top .social_bookmarks li a:hover { color: purple!important; }
Cheers!
YigitOctober 23, 2013 at 7:05 pm #179869Hello,
With the site now live for you to view, can you help with css for the following from my initial post in this thread?3. How do I make each individual tab and text of tab (not container) a different color in only one set of tabs on a page? Pls provide css code.
Please see the page below that I want to make the tabs/toggles different colors.
http://amplidata.com/amplistor/architecture-2/Thanks,
SethOctober 24, 2013 at 6:16 am #180096Hi!
If you want to change the style of a specific page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.
On the example above, the page’s unique selector is .page-id-2251 but in your case the page id is .page-id-544. We can use it to change the element within that page.
.page-id-544 .main_color .toggler, .main_color .toggle_content { background: blue; color: white; } .page-id-544 .main_color .toggler:hover { background: red; color: white; }
Best regards,
IsmaelOctober 24, 2013 at 6:54 pm #180345Yes thanks, however, I want to change each toggle color on this page too so I think need to include the toggle id. Can you help me with that?
Regards,
SethOctober 26, 2013 at 4:20 am #180929Hi!
You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Edit any avia elements like Text Block or Toggle then scroll below. Add a unique css selector on “Custom Css Class” field.
Can you please post a screenshot of what you’re trying to do?
Regards,
IsmaelOctober 28, 2013 at 12:06 pm #181530This reply has been marked as private.October 28, 2013 at 12:09 pm #181531This reply has been marked as private.October 29, 2013 at 6:50 pm #182186Hey!
Still cannot see the screenshot. Please upload it on http://imgur.com/ or Dropbox and post the link here
Cheers!
Yigit -
AuthorPosts
- The topic ‘How to change color of enfold tabs and alternate header text’ is closed to new replies.