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!
Hey KeyshaunSmith,
Is this what you are trying to do?
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