• Resolved LatinZoneMagazine

    (@latinzonemagazine)


    I do not like it. Would like to enter a custom CSS script to my child theme so I can hide that ugly pencil and maybe, if a person is nice and helps me, add a colored line to divide each post excepts. Can somebody help me?
    my website is https://www.latinzonemagazine.com

    I have customizr theme installed.

    Thanks in advance for your help and support.

Viewing 6 replies - 1 through 6 (of 6 total)
  • rdellconsulting

    (@rdellconsulting)

    Your link isn’t working.

    This snippet will help you get rid of the pencil icon.

    This should add a 2px black line:

    .featurette-divider {
      border: 2px solid #000000;
    }

    May need to add .blog .featurette-divider to limit where it appears

    Thread Starter LatinZoneMagazine

    (@latinzonemagazine)

    I had a problem in which I can’t connect to my database. Talking to ipage.

    Thread Starter LatinZoneMagazine

    (@latinzonemagazine)

    Thanks so much!!! You are amazing!! Thanks for your help. i really appreciate it. Page is back up. I get the line now but still have the ugly pencil. ?? Can you check and give me the code. I tried removing format-icon but it gave me an error. ??

    rdellconsulting

    (@rdellconsulting)

    Try:

    article.format-standard .format-icon:before {
      content: none;
    }

    Thread Starter LatinZoneMagazine

    (@latinzonemagazine)

    YAY!!! Thanks a lot. All solved. You are amazing!!! ?? How can I thank you?

    rdellconsulting

    (@rdellconsulting)

    You just did ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Need CSS to hide dividers pencil image’ is closed to new replies.