Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #642413

    Hello!
    How can I delete the left line (a bold one) that appears in the blockquotes of the blog entries?

    Thanks!

    #642430

    Hey andyqueanda,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .main_color blockquote {
        border: none;
    }
    

    Best regards,
    Jordan

    #644438

    Thanks!! You’re a genius :D

    #644608

    Hi,

    He sure is, glad we could help :-)

    Best regards,
    Rikard

    #649701

    Dear Kriesi team,
    I would like to remove block quotes too. I tried to add

    .main_color blockquote {
    border: none;
    }

    into Quick CSS. Nothing happens… Even after deleting browser cache. What have I done wrong? (I’m running Version 3.6.1)
    Cheers,
    Remo

    #650349

    Hi Remo,

    Please try this instead:

    blockquote {
    border: none !important;
    }

    Best regards,
    Rikard

    #658048

    Dear all
    I’m sorry – I still have this line on the left side. Any other solutions?
    Thank you very much
    Remo

    #658054

    Hey!

    They show up fine on my end. Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Cheers!
    Yigit

    #658075

    Hey,
    sorry, on my system (Mac OS-X) I still have these lines after flushing cache and refresh.

    Cheers,
    Remo

    #658083

    Hey!

    Now i see it as well. If you added the code Rikard posted here – https://kriesi.at/support/topic/blockquote-left-line/#post-650349 and that still did not help, please start a new thread and attach temporary admin logins in private content field so we can look into it.
    If you post them here, they will be visible to creator of this thread as well.

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.