Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1117551
    Joao
    Moderator

    Hi 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

    #1117685
    crucialtim
    Participant
    #1118026
    Jade
    Moderator

    Hi there,

    To adjust the phone size of the search results, please try:

    .search-results h2.entry-title a {
        font-size: 20px;
    }

    Hope this helps.

    #1119268
    crucialtim
    Participant

    No 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?

    #1119822
    Christopher
    Moderator

    Hi there,

    Please try this code :

    .search-results h2.entry-title a {
        font-weight: 300;
    }

    Hope it helps.

    #1122319
    crucialtim
    Participant

    Hi 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.

    #1122560
    Nabeel A
    Moderator

    Hi 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!

    #1125221
    crucialtim
    Participant

    No change, unfortunately.

    #1125456
    Joao
    Moderator

    Hi 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

    #1125580
    crucialtim
    Participant

    Hi 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.

    #1125851
    Rupok
    Member

    Hi 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!

  • <script> jQuery(function($){ $("#no-reply-1113782 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>