New Landing How can we help? Cardinal REMOVAL OF META CONTENT LINKS/Cardinal Theme Agency One

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Cardinal
  • #120690
    eccesso
    Member
    Post count: 202

    Hi,

    Can someone provide the proper CSS codes and help me remove the mega content links from Checkout-, My Account-page and wherever the mega content links are present?

    I’m using the Overlay menu and use the “dropdown” contact_link feature (referring to a contact page from theme options) – upper right/left corner of the page (envelope icon).

    I wont need the “Email customer care”, Shipping information, Returns and exchange, FAQ’s. So these links may be removed. Thanks.

    Best regards _eccesso

    #120714
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .help-bar {
      display: none;
    }

    – Kyle

    #120736
    eccesso
    Member
    Post count: 202
    This reply has been marked as private.
    #120738
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

    #148134
    espressoboetiek
    Member
    Post count: 29

    Hi Kyle,

    I added the code to functions.php. Now my site is offline, i get a blank screen at the site and at the WP-admin. Any idea how I can solve this?

    .help-bar {
    display: none;
    }

    #148209
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    The code is supposed to be add the custom css option in the Theme options
    You should remove it from that file because it’s incorrect.

    Probably you can’t login in the wp-admin, you should erase it accessing through FTP
    If you need help with that, please provide us FTP access.

    -Rui

    #148550
    espressoboetiek
    Member
    Post count: 29

    Thanks. I already deleted my whole site from FTP server and started from the beginning again. Sucks but it’s a learning process.

    Thanks again.

    #148589
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Why did you delete your whole site at FTP? You need to remove only custom css code.
    Thanks
    Mohammad

    #150160
    espressoboetiek
    Member
    Post count: 29

    I’m a beginner. No worries. I added:
    .help-bar {
    display: none;
    }

    to my custom css but the email customer care and leave feedback are still visable. What could be wrong?

    #150226
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code at Theme options -> General Options -> Custom CSS.

    .help-bar {
    display: none !important;
    }

    Thanks
    Mohammad

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register