Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lisabrowne

    (@lisabrowne)

    I figured out in the settings how to apply the style. However, I still have a question.

    On the previous links page which was done in html I have the headings set with a h tag that gives it the size, font, color and dotted bottom border. Then I have a span class which gives it the orange bottom border. See this page:

    https://htxhoops.com/htx/?page_id=13

    On my new link library page I have the stylings from the h tag applied but would love to have the span style added as well. Is there a place in the template where I can add a span class to the category heading? I know very limited PHP so I’m not sure how to do it. Any help would be appreciated!

    Thanks!

    Did you try putting the style attributes you want into

    .linklistcatname h2 {
    // style info here
    }

    in your style sheet?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Link Library] Add heading style to Category Heading’ is closed to new replies.