Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Modules’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
Sorry, but I do know nothing about CSS-Styles :(
How can I change the fontsize for Title and description in CSS?
Example: In http://www.ss3.at/Holzwerker/maschinen/saegen/ I would degrease the fontsize for “Verstopfte Spannabsaugung”
Thanks for your help!
Sigi
You can add code below to Custom CSS field when Edit Gallery:
.gmpm_photo_header .gmpm_name_wrap .gmpm_title_author .gmpm_title { font-size: 18px !important; }
.gmpm_photo_header .gmpm_name_wrap .gmpm_title_author .gmpm_author_name { display: none; }