Topic: Customizing Theme.css ? [SOLVED]
I see in the Theme.css file it states
"/* Use the following CSS code if you want to use data attributes for inserting your icons */"
It looks like I can throw in a share on facebook, or twitter, etc. icon into the gallery but where do I copy and paste the code? Somewhere else in the Theme.css file or do I have to make a new css file with that code in it?
For example it shows this under the /* Use the following CSS code if you want to use data attributes for inserting your icons */ line:
.jb-bb-button.jb-bb-btn-facebook:before
{
content: "\e00f";
}
Do I have to modify this in some way and where do i put it?
Can I use this same method to add something like a "Return Home" button? I want to give the user the option to use full screen mode outside of our site and then return to our site after viewing.
Thanks