Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #276604

    Hello,

    I have created a 4-column footer and on each column i have add one or more widgets. I have modified the styling of the footer to change the font color, but i am unable to change the font color of the widget’s Title. Which CSS element is that and is it possible to change it through the dashboard?

    Also, i wanted to know if it’s possible to add text to the hovering arrow button that appears towards the bottom of a page acting as a shortcut to take a user to the top of the page. I would like to have some text with that hovering button so as to help users understand what it does.

    Regards.

    #276650

    Hey svdevelopment!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
    1-

    #footer .widgettitle { color: red; }

    2-

    #scroll-top-link:before { content: 'top'; }

    Best regards,
    Yigit

    #277195

    Thank you very much for your help and your quick reply!
    I would like to ask you one last question regarding the portfolio grid element.
    I would like to give some spacing (left, right, top, bottom) between each item in the portfolio grid.

    #277197

    Hi!

    Please add following code to Quick CSS as well

    #top .isotope-item {
    padding-right: 5px;
    padding-bottom: 5px;
    }

    Cheers!
    Yigit

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