Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author lebasca

    (@lebasca)

    Follow these steps:
    1. Open the style.css file located in your theme directory.
    2, Add the following code:

    #cp-box h3 {
     display: none;
    }

    Hi, this seems not to work for me. No matter what I try, I can’t seem to style the h3 element from withn the CSS

    Thread Starter hrrubin

    (@hrrubin)

    In the browser right click and view source. Search for h3 elements and see the id or class appended to them. Example: h3 class=”header”

    Actually it turns out the title is not wrapped by h3 elements at all. It is anchored together with the thumbnail, which explains why the titles don;t automatically take on my theme styling of headings

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove title’ is closed to new replies.