-
AuthorPosts
-
March 5, 2016 at 9:55 pm #825287
Hello There,
Thanks for letting us know that it has been useful to you.
Cheers.
March 12, 2016 at 11:13 am #834976This reply has been marked as private.March 12, 2016 at 3:01 pm #835153Hi there,
Please include the full URL, for example, http://facebook.com/some-user-name. Always add http://
Cheers!
June 1, 2016 at 4:42 am #1019703Hi there!
I?d like to remove the circles that appear around the social sharing buttons when you hover over them. How can I do?
Thanks in advance
Cristina
June 1, 2016 at 5:26 am #1019737Hi there,
Please add following code in Customize -> Custom -> CSS :
.x-entry-share .x-share:hover{ background-color:transparent; }
Hope that helps.
June 1, 2016 at 7:04 am #1019882thanks for the code, it’s perfect!
June 1, 2016 at 7:31 am #1019920You’re welcome.
June 15, 2016 at 12:14 pm #1043590Dear x, how can i delete ‘share this post’ above the social icons?
Thanks in advantage, best regards corJune 15, 2016 at 2:46 pm #1043849Please add the following CSS rule into your Customizer, Custom > CSS area.
.x-entry-share > p { display: none; }
Hope that helps.
July 30, 2016 at 6:45 pm #1110436Hi there,
How can I edit the color, size or typography of the title “share this post”? And add a top margin or padding above the top grey line?
Thanks in advance!
July 31, 2016 at 12:25 am #1110657Hello There,
Thanks for updating this page.
To edit the color, size and typography of the title “Share this post”, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-entry-share p { font-size: 20px; color: red; font-family: "Arial", serif; }
Hope this helps. Please let us know how it goes.
July 31, 2016 at 4:08 am #1110810Thanks, Ruel Nel, but it doesn’t work.
I was able to edit other stuff in this social sharing area but can’t handle with the title. Yesterday I deleted the dotted lines under the icons but here they are again too.
Could you help me, please?
Thanks in advance 🙂
July 31, 2016 at 4:08 am #1110811This reply has been marked as private.July 31, 2016 at 4:16 am #1110812Hi there,
There are syntax mistakes in your CSS.
Find following codes:
.x-colophon.bottom { background-color: #98cfcd} .search-results .entry-content.excerpt p { width: 100%; margin:0 auto; margin-top: 30px; display:block;; } .x-share-options a.x-share-title { font-size: 23px; color: #5d5d76;} }
And update them to :
.x-colophon.bottom { background-color: #98cfcd; } .search-results .entry-content.excerpt p { width: 100%; margin:0 auto; margin-top: 30px; display:block; } .x-share-options a.x-share-title { font-size: 23px; color: #5d5d76; }
Hope it helps.
July 31, 2016 at 5:21 am #1110836It helped a lot! 😉
I made those changes and then added the CSS code you sent me before. Everything is working now.
One last question: Is it possible to erase the 2 lines around the area? I mean the grey ones.
Thanks.
-
AuthorPosts