New Landing How can we help? Themeforest Theme Support Flexform possible to change text size in top nav bar and breadcrumb thread?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Flexform
  • #9588
    eaa
    Member
    Post count: 38

    Hi SwiftIdeas,

    Is it possible to change the text size in top nav bar
    and the breadcrumb thread?

    Our font is appearing a bit to small to read.

    Thanks,
    – eaa

    #9723
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    For the top bar menu, add this custom CSS in the General theme options:

    #top-bar .menu > li {
      font-size: 12px !important;
    }

    For the breadcrumbs:

    #breadcrumbs {
        font-size: 12px !important;
    }

    You can adjust the values as needed.

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #198365
    Bitedge
    Member
    Post count: 345

    I did this for my breadcrumbs from Yoast and it worked perfectly.

    Today all of a sudden it has stopped working… the custom css I have is

    #breadcrumbs {
    font-size: 14px !important;
    }

    its simply not being applied. How can we fix this?

    #198407
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    @Bitedge – please provide me specific page url with issue. Do you want to decrease the font size of breadcrumb?
    Thanks
    Mohammad

    #198756
    Bitedge
    Member
    Post count: 345

    Site wide, all pages and posts with breadcrumbs

    Page
    http://www.bitedge.co/bitcoin-sportsbook-reviews/cloudbet-sportsbook-review/

    Post
    http://www.bitedge.co/blog/why-to-chose-co-over-biz-info-io-or-me/

    I want to make the breadcrumbs 14px site wide

    #198788
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #breadcrumbs {
        font-size: 14px !important;
    }
    

    Thanks
    Mohammad

    #199042
    Bitedge
    Member
    Post count: 345

    As I said that custom css is already there, it has always worked and now it has stopped working.

    #199223
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    @Bitedge – Please find given below css code at Admin -> Theme Options -> Custom CSS.

    @media (max-width: 479px) {
    body.page-id-5540 {
    overflow: visible;
    }
    
    @media (max-width: 479px) {
    body.page-id-231 {
    overflow: visible;
    }
    
    Change to:-
    @media (max-width: 479px) {
    body.page-id-5540 {
    overflow: visible;
    }
    }
    @media (max-width: 479px) {
    body.page-id-231 {
    overflow: visible;
    }
    }

    You have missed closing brace

    #199238
    Bitedge
    Member
    Post count: 345

    Done and makes no difference to anything.

    I have also tried deactivating all plugins except SEO by yoast (that is the breadcrumb plugin) and that also makes no difference.

    #199244
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You’ve put it in a media query:

    @media only screen and (max-width:479px){
    .logo-left .nav-wrap{
    float:none !important;
    }
    #nav-search {
     float:none!important;
      margin-top: 10px!important;
    }
    #breadcrumbs {
        font-size: 14px !important;
    }

    So it will only apply to screen size less that 479px

    – Kyle

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register