• Resolved avoicenextdoor

    (@avoicenextdoor)


    Hi,

    There is a line that appears under the different page titles on our site https://www.sabrinacraft.com (when you open about me, it is under the words about me). We cannot find a way to change the color of that line under the customize option. Can someone please tell me how we can change that? Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • in your css file look for

    /* add a heading bottom border */
    .type-page .entry-title::after {
    	content: "";
    	width: 20%;
    	height: 6px;
    	background-color: #789993;
    	display: block;
    	height: 6px;
    	margin: 10px 0;
    }

    and change background color to your liking.
    Colorpicker

    Thread Starter avoicenextdoor

    (@avoicenextdoor)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with Theme: Pure & Simple’ is closed to new replies.