Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1404129
    Lyser
    Participant

    Hello,
    I would like to know if it’s be possible to have a CSS custom headline on a <h4> title ?

    #1404364
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Little confuse of your inquiry. Not sure what you want to achieve. Yes you could customize your h4 and to be added in your customizer > custom > CSS.

    Let us know how it goes.

    Thanks.

    #1404606
    Lyser
    Participant

    I would like for the <h4> title to have a custom headline, i’ve tried to do it manually in the style.css but the results are not good at all.

    What is the correct css code for adding a custom headline in a title ?

    #1404608
    Lyser
    Participant
    This reply has been marked as private.
    #1404622
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Do you want something like this http://prntscr.com/ejbtz2?
    Please make use of this code instead:

    .headlinesCustom {
        display: block;
        position:relative;
            overflow: hidden;
    }
    
    .headlinesCustom span {
        padding-bottom: 2px;
        display: inline-block;
        position: relative;
    }
    
    .headlinesCustom span:before, 
    .headlinesCustom span:after {
        content: "";
        position: absolute;
        top: 50%;
        height: 3px;
        width: 9999px;
        display: block;
        margin-top: -2px;
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .headlinesCustom span:before {
        right: 100%;
        margin-right: 0.5em;
    }
    
    .headlinesCustom span:after {
        left: 100%;
        margin-left: 0.5em;
    }

    Please let us know if this works out for you.

    #1404743
    Lyser
    Participant

    yes that’s what i want with the title centered.

    It’s strange, i’ve tried with no results at all this time, i’ve changed the .headlinesCustom for .h4, it should have effect on the <h4> title no ?

    #1404746
    Lyser
    Participant
    This reply has been marked as private.
    #1404885
    Darshana
    Moderator

    Hi there,

    I’m sorry but the WordPress user that you have created doesn’t have enough permissions to check the posts. Please confirm with the correct permissions, so that we can check.

    Thanks!

    #1405001
    Lyser
    Participant

    Oups sorry, it’s ok now 🙂

    #1405261
    Nabeel A
    Moderator

    Hi again,

    I tried to login but the credentials are not working now. Can you please check the username and password if it’s working at you end?

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1404129 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>