Tagged: x
-
AuthorPosts
-
August 4, 2016 at 12:07 pm #1117551
JoaoModeratorHi There,
You can adjust the navbar font size at Appereance > Customizer > Header
Or if you do vi CSS as you are doing please add !important to give priority to your code.
font-size: 16px !important;
Hope it helps
Joao
August 4, 2016 at 1:42 pm #1117685
crucialtimParticipantThanks Joao, I’ll give it a try.
Any thoughts on https://community.theme.co/forums/topic/search-results-page-layout-2/#post-1116998?
August 4, 2016 at 7:09 pm #1118026
JadeModeratorHi there,
To adjust the phone size of the search results, please try:
.search-results h2.entry-title a { font-size: 20px; }Hope this helps.
August 5, 2016 at 2:17 pm #1119268
crucialtimParticipantNo change. Text is still enormous on the search results page.
So as I said previously, I did have this extremely close to working, it was just the font weight that was off, and I couldn’t figure out why or how to match it to each of the other pages of the site. Can you perhaps point me in the right direction there, and maybe we’ll finally have this solved?
August 6, 2016 at 12:08 am #1119822
ChristopherModeratorHi there,
Please try this code :
.search-results h2.entry-title a { font-weight: 300; }Hope it helps.
August 8, 2016 at 11:25 am #1122319
crucialtimParticipantHi Christopher
Didn’t help…I went back to the code I had in there originally. It’s close. But the font weight is off still – it’s lighter on the results page vs. every other page of the site, despite being set to font-weight: 600; in both cases.
August 8, 2016 at 1:39 pm #1122560
Nabeel AModeratorHi again,
Please add the following code in your Customizer:
.link-phone span { background-color: rgba(0, 0, 0, 0); box-sizing: border-box; color: #fff; cursor: auto; font-family: "Open Sans", sans-serif; font-size: 20.25px; font-style: normal; font-weight: 600; height: auto; letter-spacing: -0.78975px; line-height: 30.375px; text-align: center; text-decoration: none; text-transform: none; }Hope this helps!
August 10, 2016 at 3:48 am #1125221
crucialtimParticipantNo change, unfortunately.
August 10, 2016 at 7:49 am #1125456
JoaoModeratorHi There,
First of all I would like to reccomend you to update X And Cornerstone to the latest version. It is already available on your Wp Admin Dashboard.
Would you mind providing a reference so we can compare ourselves?
Please provide a page where you mentioned the font has more weight than the search page and point us the exactly sentence you are referring to.
Thanks
Joao
August 10, 2016 at 9:37 am #1125580
crucialtimParticipantHi Joao,
Every page of the site looks the same/the way I want it *except* the search results page. We’re talking about about the text right below the logo in the top left corner of every page, that says “Call us: 617.306.5766”If you look at that text on a search results page: http://fts.crucialstaging.com/?s=PMP
…and then click to any other page of the site (like this: http://fts.crucialstaging.com/) and look at the same text, you’ll see that on other pages of the site, that font is slightly bolder.
I’ve updated X. I’m using the most recent version of WordPress as well.
August 10, 2016 at 11:54 am #1125851
RupokMemberHi there,
It seems same on both pages :
See – http://prntscr.com/c41h6l and http://prntscr.com/c41h9b
Also I have checked the code and styles which is also same so shouldn’t have any difference.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1113782 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
