Home Forums WoodMart support forum Footer title icon

Footer title icon

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #360322

    isuedtirol
    Participant

    Hello there, how is it possible to have lines under the footer titels like in the image I add?

    Best wishes and thanks in advance,
    Julian

    Attachments:
    You must be logged in to view attached files.
    #360353

    Hello,

    Please insert the site admin access into the Private content below the message area. I will check the footer and try to suggest solutions for how to do that.

    Best Regards

    #360458

    isuedtirol
    Participant

    Hello and thanks for your help! Below are the admin credentials.

    #360778

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    footer.color-scheme-dark .widgettitle:before, 
    footer.color-scheme-dark .widget-title:before {
        background-color: red;
    }
    footer .widgettitle:before, 
    footer .widget-title:before {
        content: "";
        position: absolute;
        top: 30px;
        display: inline-block;
        width: 30px;
        height: 2px;
        background-color: red;
    }

    Best Regards

    #360845

    isuedtirol
    Participant

    Thanks alot! It works great.

    Best wishes and thanks again,
    Julian

    #360944

    We are always happy to help you, write to us when you have any difficulties or issues with our theme.

    We would be grateful for your rate and feedback on http://themeforest.net/downloads in case you are satisfied with our theme and customer service

    Thank you in advance!

    Wish you a wonderful day!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Footer title icon’ is closed to new replies.