Okay
  Public Ticket #3755304
Text colour before hover
Closed

Comments

  • SamType40 started the conversation

    Hi,

    I would like to make the 3 columns underneath "Just try us", have be white text for "Events, Design, Media" before the column is hovered on.

    I'm happy with it's current functionality once hovered over.

    Thanks,
    Sam

  •  2,967
    Andrew replied

    Hi Sam,

    Thank you for getting in touch.

    To look into this, we'd love to have a closer look at your setup and to do this, we'll need admin login credentials (dashboard URL, username, password) to your site. This will enable us to conduct a more in-depth investigation of the issue based on your specific configurations. Would you mind sharing this with us? 

    If you prefer, you can safely share the access through an access plugin such as Controlled Admin Access.

    Before you provide this information, we strongly recommend taking a backup of your site.

    If you have any concerns or questions about this process, please don't hesitate to let me know.

    Best regards,

  •   SamType40 replied privately
  •  8,860
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .vc_col-sm-4.vc_col-xs-4.wpb_column.column_container.vc_column_container:hover .wpb_text_column h3 {
        color: #000 !important;
    }
    

    Thanks


    ThemeNectar Support Team