Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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.

    #252831

    Hey angwisch!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #main .content p { font-size: 16px!important; }

    Regards,
    Yigit

    #252862

    Sorry…I want to change the main content header only, not the main content. How do adjust the size, color and font for this specifically?

    #252899

    Hey!

    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,
    Yigit

    #252929

    Ok, 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.

    #253363

    Hi!

    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!
    Yigit

    #253536

    Did 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

    #253537

    I tried reloading functions.php from the orginal download of the theme and I still got the errors.

    #253538
    This reply has been marked as private.
    #253786

    Hey!

    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,
    Ismael

    #253811

    I 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.

    #253835
    This reply has been marked as private.
    #253867
    This reply has been marked as private.
    #254330

    Hi!

    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

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.