Resize letters

Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
GK User
Sat Oct 03, 2015 9:11 am
How can I change the default size of the words in a GRIP based on News Show Pro?

See my site at www.sbdmanagement.com and you will see that the title does not fit in the box. Can i change this size of the title?

Thanks
User avatar
Junior Boarder

GK User
Sun Oct 04, 2015 11:05 pm
Hi,

Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend) or add the code into style.css file if you are using a Child theme:
Code: Select all
.gk-nsp.grid-left-img.news .gk-nsp-header a,
.gk-nsp.grid-right-img.news .gk-nsp-header a {
   font-size: 20px;
}
User avatar
Moderator

GK User
Mon Oct 05, 2015 6:25 am
Ops... I modified this code and the letters are fine, but when I went to Options - Customize (in theme options), appears this error:

Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 122880 bytes) in /home/sbdmanagement/sbdmanagement.com/wp-admin/includes/media.php on line 1436
User avatar
Junior Boarder

GK User
Mon Oct 05, 2015 7:52 am
Hi,

This code doesn't have any influence on customizer settings, please try to deactivate some of your plugins and check again.
Please check also the following solutions:
http://www.wpoptimus.com/902/fix-allowe ... wordpress/
User avatar
Moderator


cron