Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Martin Stehle

    (@hinjiriyo)

    Why do you want H1? That would break the hierarchical headline structure. But besides that there is no way to override the HTML element. But you can at least style the headline with CSS. Even to put lines between the posts. Just read the Other Notes.

    Thread Starter Baxie

    (@baxie)

    It’s mainly for SEO-purposes. But I suppose this still works for the actual posts, so… ??

    Thanks for the swift reply. I’ll return, for more info ??

    Thread Starter Baxie

    (@baxie)

    I am not that experienced with CSS, so what would be the easiest way to do the lines and the styled titles?

    Is there a guide that I can use to help me figure this out?

    Thanks for your help ??

    Plugin Author Martin Stehle

    (@hinjiriyo)

    Install a custom CSS plugin and insert this code into the plugin’s textfield:

    .rpwwt-widget ul li {
    border-bottom: 1px solid #45de12;
    }

    #45de12 is a code of the color. For other colors look for hexadecimal color codes.

    Thread Starter Baxie

    (@baxie)

    Awesome thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Titles as and dividers’ is closed to new replies.