DraghiciA Posted September 11, 2016 Share Posted September 11, 2016 Hi. I've installed a text banner homepage and i want to make this Icons bigger: I know how to do it, it's not that hard ( all i need to do is to add this text :-> "icon-2x or icon-3x" , in code). The problem is that i can't find the specific file which contains the code for this module. I searched in the website files, i found a module called "text banners" but there is no relevant code to modify. Can someone please tell me where can i find the specific code for this module? so i can modify the size of the Icons? Thank you in advance! Link to comment Share on other sites More sharing options...
tdr170 Posted September 11, 2016 Share Posted September 11, 2016 You can make this larger by changing the font size in the textbanners.css file no need to change or add code. Go to themes/warehouse/css/modules/textbanners and edit the textbanners.css file, the last bit of code in the file is below. Change the font-size to a larger # untill you get the size you want. (try 28) #textbannersmodule.iconleft .circle i { line-height: 60px; font-size: 18px; } 1 Link to comment Share on other sites More sharing options...
DraghiciA Posted September 12, 2016 Author Share Posted September 12, 2016 You can make this larger by changing the font size in the textbanners.css file no need to change or add code. Go to themes/warehouse/css/modules/textbanners and edit the textbanners.css file, the last bit of code in the file is below. Change the font-size to a larger # untill you get the size you want. (try 28) #textbannersmodule.iconleft .circle i { line-height: 60px; font-size: 18px; } Thank you very much! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now