-
AuthorPosts
-
March 9, 2017 at 10:09 am #1400671
lauratitch1981Participanthello
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
March 9, 2017 at 11:47 am #1400775
RupokMemberHey 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.
March 9, 2017 at 1:29 pm #1400919
lauratitch1981ParticipantThis reply has been marked as private.March 9, 2017 at 9:29 pm #1401446
FriechModeratorHi 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.
March 10, 2017 at 2:00 am #1401637
lauratitch1981ParticipantThis reply has been marked as private.March 10, 2017 at 2:04 am #1401639
lauratitch1981ParticipantThis reply has been marked as private.March 10, 2017 at 2:26 am #1401650
Paul RModeratorHi 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.
March 10, 2017 at 4:54 am #1401750
lauratitch1981ParticipantThis reply has been marked as private.March 10, 2017 at 8:56 am #1401945
JoaoModeratorHi 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
March 10, 2017 at 9:44 am #1402002
lauratitch1981ParticipantThis reply has been marked as private.March 10, 2017 at 9:48 am #1402009
lauratitch1981ParticipantThis reply has been marked as private.March 10, 2017 at 8:45 pm #1402665
RadModeratorHi 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!
March 11, 2017 at 3:46 am #1402900
lauratitch1981ParticipantThis reply has been marked as private.March 11, 2017 at 4:52 am #1402944
ChristopherModeratorHi 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.
March 11, 2017 at 5:58 pm #1403356
lauratitch1981ParticipantThis reply has been marked as private. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1400671 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
