Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1178427

    Hello I would like to have the $20.00 price tag icon box appear left of the “Our custom engraved awards are perfect…” text.

    I was able to accomplish this myself by adding the icon in the text editor from “insert theme shortcode” the only issue is the “20.00” is being pulled from a shortcode and when I add the shortcode the single icon does not properly respond.

    Is there a way to either make the single icon respond to the shortcode or to make the icon box appear to the left of that text?

    Thanks!

    #1178505

    Hey KeyshaunSmith,
    Is this what you are trying to do?
    2020-01-26-090129
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.postid-77 #main > div.fullsize > div > main > div > div > div.flex_column.av_three_fifth.flex_column_div > section:nth-child(3) > div > p:before {
    	content:"";
    	font-family: 'entypo-fontello';
    	color: #3038cc; 
    }

    but I assume you would like this for every product? Perhaps we can assist with a new shortcode, can you include a admin login so we can see how you are appling it.
    Are you also going to use the price?

    Best regards,
    Mike

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