This topic has 1 reply, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #146033
     Philippe
    Participant

    Hi,

    How to modify (with a css) the font and the size of the page title located in the breadcrumb section?

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #146119
     Radu
    Moderator

    Hi,

    Here are the CSS selectors first it’s for the page title and the second for the breadcrumb

    COPY CODE
    
    section.main-title h1.page-title {
        font-size: 20px;
        font-weight: lighter;
    }
    
    .kleo_framework.breadcrumb.kleo-custom-breadcrumb, .kleo_framework.breadcrumb.kleo-custom-breadcrumb a {
        font-size: 11px;
    }
    

    The css will be added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?