Agrieden call number

Discussion in 'InkThemes-Support Working Hours' started by ocascante, Feb 7, 2018.

  1. ocascante

    ocascante New Member

    Joined:
    Jan 17, 2018
    Messages:
    9
    Likes Received:
    0
    Hello,

    How can I delete the call number block line on the main page of the agrieden theme?
    Thanks.
     
  2. akbar92

    akbar92 Support Staff Staff Member

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

    Thanks for contacting us,

    To make desirable changes, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .social_wrapper {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. ocascante

    ocascante New Member

    Joined:
    Jan 17, 2018
    Messages:
    9
    Likes Received:
    0
    Thanks...works ok!!
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
  5. ocascante

    ocascante New Member

    Joined:
    Jan 17, 2018
    Messages:
    9
    Likes Received:
    0
    Hi,
    while I wait for the answer, I tell the way I could delete the url in the pages and post:

    on ccs aditional options:

    h1, .page_heading h1, h1.post_title, h1.post_title a, .page-title {
    display: none;
    }

    I'm still looking for a way to put background images in the pages and post
    Thanks
     

Share This Page