Remove circles and headshots

Discussion in 'ButterBelly WordPress Theme' started by quietleader, Nov 21, 2018.

  1. quietleader

    quietleader New Member

    Joined:
    Nov 19, 2018
    Messages:
    5
    Likes Received:
    0
    Hello,

    I'm using the Land Owner/Broker Pro version of the Butterbelly Theme.

    I would like to REMOVE the three circles and the images inside each circle.

    Is that an option or does it require custom CSS? If custom CSS is required, please send me the code.

    Thanks!
     

    Attached Files:

  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Thanks for getting back to us,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    .feature-content .feature-content-inner .feature-content-text .circle img {
        display: none;
        }
    Regards,
    Akbar
    InkThemes.com
     
  3. quietleader

    quietleader New Member

    Joined:
    Nov 19, 2018
    Messages:
    5
    Likes Received:
    0
    The code works perfectly.

    Thanks Akbar!!
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greetings from InkThemes,

    You are most Welcome!

    If you need further help then just let me know, I will be glad to assist you.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page