Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #788093

    i am looking for a solution to do a Highlight-Border on the Left of a special Heading.
    But i don’t know how to do it.
    It just should be adjusted to the special heading, but not on the content below.
    You can see what i mean on the private-link

    It might be to deep for your support, but as great as your support is, i just ask for help on that.
    Thank you!

    #788106

    Hey breezemedia,

    This should be possible by simply adding a 2px – 5px border to the left of the .post-title.entry-title class.

    Best regards,
    Jordan Shannon

    #788276

    well, i used:

    .post-title.entry-title {
    border-width: 4px;
    }

    but there is no border.

    #788326

    Hi,

    Please use this CSS code instead:

    .av-special-heading-tag {
    	border-left: 2px solid #5dae00 !important;
    	padding-left: 15px !important;
    	margin-left: -15px !important;
    	
    }

    You may adjust the values or the padding and margin.

    Best regards,
    Sarah

    #789418

    as usual … you are the best suppot, i ever had!
    it works perfect

    #789441

    Thank you, we’re glad to be able to help. :)

    If you don’t need further help with this, can we close this thread?

    If you need assistance with anything else, feel free to open another topic.

    Best regards,
    Sarah

    #790183

    you can close this. :-)

    #790214

    Hi,

    Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘border on special Heading’ is closed to new replies.