Hi, is it possible to enlarge the social icons?
I tried to add the following code:
.top-bar .social ul li a {font-size: 20px;}
but it had no effect.
What should I do?
Thank you.
Salvatore
I tried your css code and its working.
Please add css code to custom.css file located at joomla-root/templates/wt_factory_pro/css/custom.css
Hi, this is the content of my custom.css file:
/* Copyright (C) WarpTheme, http://www.gnu.org/licenses/gpl.html GNU/GPL */
/* ========================================================================
Use this file to add custom CSS easily
========================================================================== */
.offcanvas-menu {
overflow: auto !important;
}
.top-bar .social ul li a {font-size: 27px;}
but the result does not change
Its strange, if I add the css code above to our demo http://demo.warptheme.com/joomla/wt_factory/ , its working.
For this case, please change the code to
#sp-top-bar ul.social-icons li a {font-size: 27px;}
I tested the code with your live test site and its working.
Hi, so it works great.
Thank you so much for your wonderful job.
Salvatore
You’re welcome.
You must be logged in to reply to this topic.