New Landing How can we help? Themeforest Theme Support Neighborhood Underline titles and center them to the left

Viewing 4 posts - 1 through 4 (of 4 total)
  • #104958

    Hi, how can I change those lines next to the titles to an underline? and how can I change the text from those so they become centered to the left?

    Thanks in advance!

    Ausiàs.

    #105142
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    h4.spb_heading, h4.lined-heading {
      text-align: left !important;
    }
    h4.spb_heading:after, h4.lined-heading:after {
        border-top: none !important;
        content: "";
        display: block;
        height: 0px;
    }
    h4.spb_heading:after, h4.lined-heading:after {
        border-top: 2px solid #444;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 1;
    }
    

    Thanks

    #106477
    Malaika
    Member
    Post count: 88

    Hi, I would like the title line be another colour. How can I do that? Like in the attachement (it’s uneven there, but I like that even more, but don’t know if that’s possible). Thanks! Maaike

    Attachments:
    You must be logged in to view attached files.
    #106521
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    h4.spb_heading:after, h4.lined-heading:after {border-top: 2px solid #ff0000 !important;}
    Thanks 🙂
    With Best Regards
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register