Okay
  Public Ticket #471048
Turn off boxed column animation
Closed

Comments

  • Nauman started the conversation

    Hi, When one hovers over a boxed column it animates, how to turn this off. Also how do I change the color of the boxed column background?

    Thanks

  •  8,851
    Tahir replied

    Hey,

    Please see screenshot: http://prntscr.com/7oau8t .

    Thanks


    ThemeNectar Support Team 

  • Nauman replied

    Hi, thanks but I\'m not using the visual editor only shortcodes. Also I am using a form plugin where when I am designing the Views the Nectar shortcodes are available but not the VC

    Also its the hover animation I want to disable, the main animation is already disabled

    OK I found this on another thread

    .col.boxed:hover, .wpb_column.boxed:hover {
        top: 0px !important;
    }

    Now finally, plese can you say how to change background color of column via shortcode

    Thank you

  •  8,851
    Tahir replied

    Can you provide the page url ?.

    -T


    ThemeNectar Support Team 

  •   Nauman replied privately
  •  8,851
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .col.boxed:hover, .wpb_column.boxed:hover {
        box-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    }


    [vc_column width=\"1/2\" animation=\"none\" boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#81d742\" background_color_opacity=\"1\"][/vc_column]
    Thanks


    ThemeNectar Support Team