Is there a way to add images and change font settings in the site info section on the main page?
Thank you
Tom
Adding images and change font etc in site info
Moderator: forum_m
-
- Posts: 5
- Joined: September 19th, 2014, 10:42 am
Re: Adding images and change font etc in site info
Hello tpunx99gsx..
Font-size , Font-Color can be change in the Site-Info of the main Page using Custom CSS Rules.
Put this CSS rules in the weblizar-options , Custom CSS Box
Save This.
Thanks
Font-size , Font-Color can be change in the Site-Info of the main Page using Custom CSS Rules.
Put this CSS rules in the weblizar-options , Custom CSS Box
Code: Select all
.h2-section-title { color: #COLOR-CODE; font-size: UNIT px; font-weight: TYPE; }
Thanks