Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #699175

    The style for the Enfold Photography theme Special Heading has a special-heading-border displayed for default. When selecting Heading Style Modern I do not get the same line. I have tried custom CSS but can only get the line to underline, not the same style as the default. What custom CSS would you recommend. I tried display: block, visibility:visible, etc. and couldn’t get the same look. Thanks.

    #699178

    Hey Diane!

    Can you please post the link to your page where we can see the issue? :)

    Cheers!
    Yigit

    #699206

    Because the site is not live yet, you will have to log in. Too busy working on images!

    When you click on Portfolio, then click on Cuba: The Oriente. This has the default special heading with the line.
    Next click on Portfolio, then Mexico: San Miguel. This has the Modern Left heading style, which I want. But I want the same line as the default heading style.

    Another issue is that once I click on the individual portfolio items, Cuba, Mexico, etc. the left menu item “Portfolio” is not longer highlighted.

    Thank you.

    #699210

    Hey!

    Login credentials are not working for me. Can you please check them once again? :)

    Regards,
    Yigit

    #699211

    Password: raud77ZIWzF0Gs9G8gwgfOWa

    #699214

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    body .av-special-heading.blockquote .special-heading-border {
        display: block;
        position: relative;
        overflow: hidden;
        margin-left: 25%; 
        top: -22px;
    }
    

    Best regards,
    Yigit

    #699217

    That worked great. What about the other question about the Portfolio side menu item remaining active(highlighted) once you go to individual portfolio items. It does not remain selected. Thanks.

    #699220

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .single-portfolio li#menu-item-454 .avia-menu-text {
        color: orange!important;
    }
    

    Best regards,
    Yigit

    #699223

    Awesome! Thanks!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Special Heading Custom Css’ is closed to new replies.