Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #1400671
    lauratitch1981
    Participant

    hello
    I have a few queries i would need some help with please.

    – how do i remove the small blue circle that appears when I hover over my instagram logo in the footer??
    – how do i remove the button of text that comes up when i hover over a link?
    – i cannot seem to change my button colours either, they are refusing to change when i edit them.

    Please help,

    Thanks so much.

    Laura

    #1400775
    Rupok
    Member

    Hey Laura,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1400919
    lauratitch1981
    Participant
    This reply has been marked as private.
    #1401446
    Friech
    Moderator

    Hi Laura,

    Thank you for the credentials, but where is your login page? I can’t access the /wp-login.php and /wp-admin. We need to inspect the site.

    Thanks.

    #1401637
    lauratitch1981
    Participant
    This reply has been marked as private.
    #1401639
    lauratitch1981
    Participant
    This reply has been marked as private.
    #1401650
    Paul R
    Moderator

    Hi Laura,

    Use 3 columns instead of 4 then add this in Cornerstone > Settings > Custom CSS

    
    .more-pictures .x-promo,
    .more-pictures .x-promo-content {
       border:0;
       text-align:center;
    }
    

    Hope that helps.

    #1401750
    lauratitch1981
    Participant
    This reply has been marked as private.
    #1401945
    Joao
    Moderator

    Hi There,

    1- Please add the following code to Appereance Customizer Custom CSS

    .x-social-global a:hover.instagram {
    
        background: none;
    }

    2- Please add the following code to Appereance Customizer Custom Javascript

    var elements = document.getElementsByTagName(‘a’);

    for (var i = 0, len = elements.length; i < len; i++)
    {
      elements[i].removeAttribute('title');
    }

    3- You can change your button colors at Appereance > Customizer > Buttons

    If you want to change your buttons colors individually, as you have now transparent buttons, please add to the Style box of the button element : color: white; border-color: red; background-color: red;

    You find the Style Box on the bottom of the button element in Cornerstone.

    Hope it helps

    Joao

    #1402002
    lauratitch1981
    Participant
    This reply has been marked as private.
    #1402009
    lauratitch1981
    Participant
    This reply has been marked as private.
    #1402665
    Rad
    Moderator

    Hi there,

    Please add this as well,

    .x-promo, .x-promo-content {
    border: 0px;
    box-shadow: none;
    }

    Would you mind providing a screenshot of other issues? I’m not sure if I understand them correctly 🙂

    Thanks!

    #1402900
    lauratitch1981
    Participant
    This reply has been marked as private.
    #1402944
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    a.x-btn.x-btn-alt-dark.x-btn-transparent.x-btn-jumbo {
        border-width: 1px;
        text-transform: none;
    }

    Instead of using promo element, use image element in order to link images.

    Hope that helps.

    #1403356
    lauratitch1981
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1400671 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>