Home Forums Themes Support Claue-Shopify Text with icon section – color

Topic Resolution: Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #27560

      Hi,

      I have the following “text with icon” section on my Shopify store:

      Text with icon

      I would like to invert these colors, meaning I want the section background set to black, and the icons and text set to white. How would I go about doing this? Thanks in advance!

    • #27565

      Hi,

      Please use right mouse click on the section to know id of section http://prntscr.com/ltgof8

      After that add below code to Theme Settings > Custom Code > Custom CSS http://prntscr.com/ltgp3z

      #shopify-section-1516036229347 {
      	background: #000;
      	color: #fff;
      	padding: 0 0 20px;
      }
      #shopify-section-1516036229347 .box__content--title {
      	color: #fff;
      }

      And change shopify-section-1516036229347 with your site id section.

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #27575

      Thank you so much!!!

Viewing 2 reply threads

You must be logged in to reply to this topic.