Tagged: x
-
AuthorPosts
-
November 10, 2016 at 2:00 pm #1252213
ShanahandyParticipantHi! I have the newest version of X and Cornerstone and have been searching for answers that work (to no avail). I tried to add CSS in settings but that didn’t work either. Here is what I need help with pretty please:
1. I’d like to put links in the top bar on the left along with the social icons that appear.
2. I’d like to be able to change size, color of links & icons in topbar and also shapes/images of social icons.
3. How can I change the color of the footer? Is there a way to only just have a copyright line at the very bottom of site?
The url to the site (beginning stages) is http://www.florabellafarmgirl.com
Thanks SO much :)) Shana
November 10, 2016 at 6:39 pm #1252452
JadeModeratorHI Shana,
There is a coming soon page active on your site. Kindly provide us with the admin details so that we can check it further.
Thank you.
November 11, 2016 at 6:55 am #1253264
ShanahandyParticipantThis reply has been marked as private.November 11, 2016 at 10:55 am #1253494
JoaoModeratorHi There,
1 If you are referring to your social Icons add the following code to Appereance > Customizer > Custom > CSS
.x-topbar .x-social-global { float: left; }2- Please follow this thread:
https://community.theme.co/forums/topic/change-social-media-icons-for-style/
3- I dont see any footer there, you can add content to the footer by going to Appereance > Customizer > Footer
Let us know if you need further help
Joao
November 12, 2016 at 6:28 am #1254352
ShanahandyParticipantHi!
1. No, I meant I’d like to keep the social icons on the right but add links on the left. Not sure how to add links?
2. I know how to turn on the footer.. just not sure how to change it’s color?
3. What if I don’t want that footer… if I only want a simple copyright line at the very bottom of every page?
Thanks SO much!!
November 12, 2016 at 7:47 am #1254390
RadModeratorHi there,
1. Ah, then what you need is just adding links to top bar content since social icons are already positioned to right. You can add something like this
<a href="http://example.com/1/>Example Link 1</a> | <a href="http://example.com/3/>Example Link 2</a> | <a href="http://example.com/3/>Example Link 3</a>Then just change the URL and text according to your preference.
2. You can change its color by adding this custom CSS to your customizer’s custom CSS with your preferred color.
Footer’s links
.x-colophon a { color: #333; } .x-colophon a:hover { color: #000; }Footer’s social color
.x-colophon.bottom .x-social-global a { color: #333; } .x-colophon.bottom .x-social-global a:hover { color: #000; }3. What part of the footer do you wish to hide or remove? You may add this CSS too.
.x-colophon.bottom .x-nav, .x-colophon.bottom .x-social-global { display: none; }Then simply add your footer content.
Hope this helps.
November 13, 2016 at 7:10 am #1255180
ShanahandyParticipantHi! #1 Okay I tried that but it still doesn’t make links… I”m not sure what I’m doing wrong? Thanks!
November 13, 2016 at 7:28 am #1255190
ThaiModeratorHi There,
It should be fine now. There was a syntax error in the topbar content.
Regards!
November 15, 2016 at 9:27 am #1258046
ShanahandyParticipantThanks! Okay I’m still trying to figure out how to change the images (regular and hover) for the social icons at the top. I read through other threads but the situations seemed a bit different so I”m just not sure? Also how can I change the size of the links on the left and the social icons (the entire top bar)? Thank you SO much!!
November 15, 2016 at 10:58 am #1258169
JadeModeratorHi Shana,
I am not so sure what you mean by changing the image in the topbar on hover. Are you referring to the social icons?
As for the size, you can use this code:
.x-topbar .p-info a { font-size: 12px; } .x-topbar .x-social-global a i { font-size: 22px; }Hope this helps.
November 15, 2016 at 12:12 pm #1258290
ShanahandyParticipantThanks I do mean the social icon images – how do I change those and also the ones on hover (social icons)? Thanks! Oh and about the above code… does that go in custom CSS in customizer?
November 15, 2016 at 12:38 pm #1258324
RahulModeratorHey There,
Please add it to Appereance > Customizer > Custom > CSS
November 15, 2016 at 1:06 pm #1258356
ShanahandyParticipantthanks and how do i change the social icon images (also the hover social icon images)? ๐
November 15, 2016 at 1:49 pm #1258393
JoaoModeratorHi There,
Please follow this thread:
https://community.theme.co/forums/topic/custom-social-media-icons/
Hope that helps,
Joao
November 15, 2016 at 2:46 pm #1258437
ShanahandyParticipantHi Joao, I’m so sorry but what is the CSS selector? Where do I go to change that css? thanks…
this is from that thread:
“You can change it by getting the CSS selector using inspect element -> http://theme.co/x/member/kb/css-class-index/
and change the โcontentโ property”
I’m so confused ? ๐
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1252213 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
