Tagged: x
-
AuthorPosts
-
July 21, 2016 at 2:19 pm #1097451
ckolaParticipantI have two questions.
1. I have put text in the footer but want to change the size and align it so its not centered? What is the css code?
2. I want to get rid of the dotted line and move align my page link with my social icons which are in the left corner of my site. Move “Investor Log in” to the left corner. I attached an image of it
can anyone please help
July 21, 2016 at 2:22 pm #1097462
RahulModeratorThanks 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.
July 21, 2016 at 2:24 pm #1097468
ckolaParticipantwestsidecg.com
July 21, 2016 at 2:28 pm #1097476
RahulModeratorHello There,
Thanks for writing in!
Kindly add the following CSS underr Custom > CSS in the Customizer:
.textwidget { margin: 0 auto; display: block; text-align: center; }Hope that helps.
Thanks.
July 21, 2016 at 2:39 pm #1097505
ckolaParticipantIt did not work 🙁
The text in the footer is still centered i need it aligned to the left.July 21, 2016 at 2:41 pm #1097512
ckolaParticipantAlso the dotted line in the header on the the top of my page above the logo is still there how do I get rid of it? and move that link title next to my social icons on the left side, right now its on the right side
July 21, 2016 at 2:57 pm #1097536
ckolaParticipantThis reply has been marked as private.July 21, 2016 at 3:47 pm #1097630
JoaoModeratorHi There,
Please add the following code to Appereance Customizer Custom CSS
.x-colophon.bottom .x-colophon-content { font-size: 1.5em !important; }.x-topbar .p-info a { border: none; }Hope that helps
Joao
July 21, 2016 at 3:59 pm #1097656
ckolaParticipantIt still didn’t change.
July 21, 2016 at 9:41 pm #1098100
FriechModeratorHi There,
Lets clean your custom CSS first. Please look for this block
.x-colophon.bottom .x-nav li { margin: 0 1em; / }And remove that slash.
Then look for this block as well.
body .site .menu-item a:hover { text-decoration: none;And add the missing closing bracket. }
After that the code for footer we provide should work.
Then add this custom css for the Investor Login link.
.x-topbar .p-info { float: right; margin-left: 7px; } .x-topbar .p-info a {color: #283145;}Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1097451 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
