-
AuthorPosts
-
January 7, 2015 at 8:24 am #376009
Hi there,
Below is my website.
http://claregreensmiththerapy.nz/you can see every section is styled with green line on left hand side
Could you please help me to change the color of the section at bottom of “Contact US” the line need to be styled with “white Color”. If I change the color through WP or CSS then all the green line become white. Could you please help me ti fix this issue as the color of line at “contact Us” section can be different from other sections.Please see the link below
For required color http://claregreensmiththerapy.nz/test/
Current color http://claregreensmiththerapy.nz-
This topic was modified 10 years, 9 months ago by
vic98.
January 7, 2015 at 7:45 pm #376371Hey vic98!
You can use following code in Quick CSS
#contactus .avia-icon-list li:last-child .iconlist-timeline { border: 5px solid white!important; }I could not see border on the contact color section
Best regards,
YigitJanuary 10, 2015 at 6:58 pm #377827Thanks for your response Yigit,
I need another question.
Is there a way to turn off the animation of the icon lists that causes the lines and diamonds to load slowly.
http://claregreensmiththerapy.nz/
Thank youJanuary 12, 2015 at 6:36 am #378133Hey!
If you want to disable the iconlist animation, use this on Quick CSS:
.avia_transform .avia-icon-list .iconlist_icon { opacity: 1; -moz-transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }Regards,
IsmaelMay 14, 2015 at 7:16 pm #444541The client has updated the theme and some of the css coding has been lost.
Is there a way to avoid losing the css coding once the theme updated
May 14, 2015 at 7:59 pm #444564Hi!
You can use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and move your custom CSS code into Style.css file of your child theme
Best regards,
Yigit -
This topic was modified 10 years, 9 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
