Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35988
    Joe
    Guest

    Hey,

    Thanks for all the help I have been provided here thus far.

    I have spent an hour or so trying to determine how to remove, or at least change the color, of the line that strikes through the background on all of the blog post entries.

    What do I input in the CSS to modify this?

    Screenshot below:
    imgur.com/xs14iez

    Thanks,

    Joe

    #36047
    Jesse Owens
    Keymaster

    Hi Joe-

    Thanks for reaching out, and for using the Grid One WordPress theme.

    It’s true that these are tough to find, because the CSS for them is on the :before pseudo-element on the titles. To remove it entirely, use CSS like this:

    .palette-primary .entry-title:before { border: none; }

    To change the color, use CSS like this:

    .palette-primary .entry-title:before { border-top: 1px solid #000000; }

    Replace #000000 with your preferred color code.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Horizontal Line Through Post Title in Grid One’ is closed to new replies.