• Resolved aaronpan

    (@aaronpan)


    Hello-
    I’m trying to remove the thin black line that appears below a page title in the Illustratr theme. I’ve been searching the CSS of my child theme but no go so far. Any ideas?
    Thanks,
    Aaron

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you post a link to your site?

    Thread Starter aaronpan

    (@aaronpan)

    Hi stephencottontail-

    I’d prefer not to as it’s a work in progress.

    You can see what I’m talking about on the Illustratr demo site:
    https://illustratrdemo.wordpress.com/

    There’s a line right under the page title “Hello, I am Illustratr and this is my portfolio.”

    I’d like to get rid of that black line on all pages. I’m guessing it’s a matter of getting rid of a line or two in styles.css but not sure.

    Thanks,
    Aaron

    If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and put:

    .page-header::after, .entry-header::after {
    background: none;
    }

    It’s not recommended to edit the theme’s files directly, as you’ll lose those changes if the theme is ever updated in the future, to fix security issues or bugs or to add new features.

    Thread Starter aaronpan

    (@aaronpan)

    That worked! I’ve placed the code in my child theme/
    Thanks very much, stephencottontail.
    Aaron

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove black line’ is closed to new replies.