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

    Hey Btina!

    1. It looks like you have a custom styling for your H1 element. You’ll need to add that styling to this as well.

    strong.main-title {  }
    

    2. Try adding this to your custom CSS.

    .sidebar hr { margin-bottom: 0px !important; }
    

    3. Unfortunately that would take a lot of time and code so it would have to be considered custom work. We’ll see about adding something like this in the future but for now you can try using the layout elements in between the color sections to create the same effect.

    Best regards,
    Elliott

    #361874
    This reply has been marked as private.
    #361890

    Here a link of the preview, mabye helps to better understand?
    http://we.tl/ro9Xnqxuq8

    #362349

    Hi!

    1. On the blog page the H1 is switched to a strong tag for SEO reasons. You can add this CSS to style it.

    strong.main-title { 
    text-transform: none !important;
    font-weight: normal;
    font-family:’Pacifico’;
    font-size: 20px;
    }

    2. It’s from the elements your using. The HR elements have a bottom margin applied.

    3. There is no setting for that yet. You can request it here, https://kriesi.at/support/enfold-feature-requests/, and we’ll see if we can get something worked out in a future update.

    Regards,
    Elliott

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