Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #478835

    Hi.

    I searched the threads and can’t find out how to make the body text larger. Don’t know what happened, but I lost my copyright area and I also cannot figure out how to get rid of the larger content area above the copyright footer.

    I alos want to make the full width button at the bottom look like the one on the original site. Shown in private content area.

    Thank you.

    • This topic was modified 9 years, 3 months ago by cidcreative. Reason: more issues
    #479143

    Hey cidcreative!

    1. You can increase the body font size in Dashboard > Enfold > General Styling > Fonts.

    2. I see the copyright area on your site. Do you mean your trying to get rid of the footer? You can do so in Dashboard > Enfold > Footer.

    3. So your just trying to add a white border around the text correct? Add this to your custom CSS.

    span.avia_iconbox_title {
        border: 2px solid white;
        padding: 5px;
        border-radius: 2px;
    }

    Regards,
    Elliott

    #479267

    Thank you, Elliott. Just getting used to using your theme. I was able to make those edits.

    The only issue I still have is the button just above the footer. I want it to operate just like the one on the page in the private content below. I’d like to have the red block of color extend all the way to the edges with the button overlaid onto it. The button should be clickable.

    Thank you!

    #479795

    Hey!

    Your already using the fullwidth button on your page so it is extending to the edges of the screen. I’m not sure what you mean so take a screenshot and highlight your intentions so we can get a better idea.

    Cheers!
    Elliott

    #479811

    This is the way I want it to look:

    button

    #480088

    Hi!

    For that look you can use the following:

    Color section: set the background to red.
    Inside the color section: Special header, text block, button element.

    Best regards,
    Rikard

    #480710

    Thank you for your help. I have another issue. How can I remove the thin hairline on the home page above the red color field . See attached image.

    • This reply was modified 9 years, 3 months ago by cidcreative. Reason: image did not populate on first attempt
    #480712

    Hey!

    Please add following code to Quick CSS

     #after_section_1 {
        border: none;
    }
    

    Best regards,
    Yigit

    #480718

    Excellent! Thanks! You’re the best!

    #480724

    Hi!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Font resize for body text and Font recolor for headlines’ is closed to new replies.