Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #689355

    Hello,

    How can I customize the text in the footer column2 area?

    I would like to change the Dream OÜ to be bold
    And I also want to have some space between the lines.

    #689375

    Hi pimroll!

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

    #footer .textwidget {
        line-height: 25px;
    }

    Then wrap your text that you would like to display bold inside Strong tag as following

    
    <strong>Dream OÜ</strong>

    Best regards,
    Yigit

    #689665

    Hello,

    Thanks for the reply, I managed to add the code into the quick CSS but where do I have to insert the Dream OÜ line?
    Also to the CSS or to php?

    Regards,

    #689666

    Never mind just realised, that I can just insert it into the widget area, thanks, all good now:)

    #689762

    Hi,

    You are welcome!
    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 :)

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to customize the text in the footer widget’ is closed to new replies.