Tagged: font settings, font size
-
AuthorPosts
-
April 17, 2014 at 3:21 pm #252734
How do I make the Main Content Font a different selection and size (larger)? I tried to change it in the styling, but it affects the Alternate Content and Footer Headings too, and I don’t want to change those. I also could not see any way to make them larger, like 16-18 pts. or so.
April 17, 2014 at 6:15 pm #252831Hey angwisch!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#main .content p { font-size: 16px!important; }
Regards,
YigitApril 17, 2014 at 8:11 pm #252862Sorry…I want to change the main content header only, not the main content. How do adjust the size, color and font for this specifically?
April 17, 2014 at 9:49 pm #252899Hey!
Please use following code
.title_container .main-title { font-size: 24px; }
If that does not do it, please post a screenshot and show the heading so we can make sure that we are on the same page :)
Regards,
YigitApril 17, 2014 at 10:37 pm #252929Ok, great. Then I want to change just that content header only (not the footer header font,etc) to Dancing Script font and color R89, G39, B69.
April 19, 2014 at 1:48 am #253363Hi!
Please add following code to Quick CSS as wellx
.title_container .main-title { font-family: 'Dancing Script', cursive; color: #592745 !important; }
If you have not added the font already, please see Ismael’s post here – https://kriesi.at/support/topic/add-new-font/#post-234710
Cheers!
YigitApril 20, 2014 at 12:13 am #253536Did this but adding the font using the post link instructions has caused the site to go down. Please advise asap. Here is the error code: http://www.event-floral.com/error_log
April 20, 2014 at 12:13 am #253537I tried reloading functions.php from the orginal download of the theme and I still got the errors.
April 20, 2014 at 12:36 am #253538This reply has been marked as private.April 21, 2014 at 2:25 pm #253786Hey!
Thank you for the update.
Looks like a database error which is not cause by the theme. Do you have the Map Press plugin installed? Please deactivate all plugins, see if it works.
Regards,
IsmaelApril 21, 2014 at 2:51 pm #253811I had a GoogleMaps plugin …I deactivated all of them except All in One SEO. As soon as I re activated Enfold, it brought the site back down.
April 21, 2014 at 3:17 pm #253835This reply has been marked as private.April 21, 2014 at 3:53 pm #253867This reply has been marked as private.April 22, 2014 at 2:29 pm #254330Hi!
You can add the code right below following line in functions.php
avia_nav_menus(); //call the function immediatly to activate }
make sure that there is no punctional mistake and it should be fine :) If you get an error once again, you can connect via FTP and undo the changes you make
Cheers!
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.