Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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 9 years, 10 months ago by vic98.
    #376371

    Hey 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,
    Yigit

    #377827

    Thanks 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 you

    #378133

    Hey!

    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,
    Ismael

    #444541

    The 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

    #444564

    Hi!

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.