New Landing How can we help? Cardinal H1 customization

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #269678
    Mar21
    Member
    Post count: 219

    Hi,

    I would like to add a colored bullet point before the H1 (cf. screenshot), is it possible?

    thanks

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

    Hi,
    Please use this custom css code:-

    .page-heading h1.entry-title:before{
    content:"\f111" !important;
    font-family:FontAwesome !important;
    }
    

    Thanks
    Mohammad

    #269697
    Mar21
    Member
    Post count: 219

    Thanks Mohammed, I have modify this a bit and it works with :

    .page-heading h1:before {
      content: "";
      width: 13px;
      height: 13px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #00837E;
      display: inline-block;
      margin-right: 9px;
      margin-bottom: 3px;
    }
    #269701
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks Mohammad.

    -Rui

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