I’m working on a site for a non-profit which you can view at: dev.sustainablehope.org.
1. Is there some way to use a red button for the Donate link in the main navigation? On the home page, we use the red button in one of the columns, but we’d really like the red button to stand out in the main nav as well.
2. Is there some way to put a color background behind a single layout item rather than a full width color background? This would help us to visually separate or highlight one of the columns from the others in the page content.
3. On the contact page http://dev.sustainablehope.org/contact/, the comments box extends outside the column width. I’ve tried placing it in different places but the same behavior continues to happen.
Thanks in advance for your help. I’m SO impressed with your support from previous projects. You are the BEST!
Hey phausner!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
#menu-item-662 a {
background-color: red;
color: white;
}
2- Please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
3- Seems like you have already figured it out – http://i.imgur.com/VwJct4Z.png
Regards,
Yigit
Thanks!
1. I’ve added the code to the Quick CSS but nothing is different. I’ve looked in multiple browsers with fresh opens. No button. ??
2. I’ve added the custom CSS field just as you directed. Works like a charm. Thanks!
3. Weird…I’m still having the problem, showing on multiple computers: http://screencast.com/t/e3RpuSLig
Hi!
1- Try adding !important rule as following
#menu-item-662 a {
background-color: red !important;
color: white !important;
}
if that still does not work, try adding the code to Custom.css file inside Enfold/Css folder.
2-
.page-id-83 #top textarea {
width: 64% !important;
}
Cheers!
Yigit