This topic has 14 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #136252
     bayoa
    Participant

    How do I change the Titles to bold

    #136261
     Radu
    Moderator

    Hi,

    Please provide a screenshot that points out the title that you want to make it bold and also the page url

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #136341
     bayoa
    Participant

    I want all the page and post titles bold. Currently I’m using the Custom Title Plugin, but I’d rather have it in css. Thanks

    #136531
     Radu
    Moderator

    Hi again,

    Add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    .post-title {
        font-weight: bold;
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #136715
     bayoa
    Participant

    This didn’t work

    #136795
     Radu
    Moderator

    Try with this instead

    COPY CODE
    
    
    .post-title, h3.post-title {
        font-weight: bold !important;
    }
    
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #137364
     bayoa
    Participant

    This didn’t work either

    #137450
     Radu
    Moderator

    Provide link + screenshot that points out that title and the live URL to can see it, and an account if the community is private

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #137454
     Radu
    Moderator

    Provide link + screenshot that points out that title and the live URL to can see it, and an account if the community is private

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #137478
     bayoa
    Participant
    This reply has been set as private.
    #137575
     Radu
    Moderator

    Try with this css

    COPY CODE
    
    .main-title .page-title {
        font-size: 43px;
    }
    

    If it not works provide to me a screenshot that pointing out the text

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #137603
     bayoa
    Participant

    .main-title .page-title {
    font-size: 43px;
    font-weight: bold !important;
    }

    This worked for the posts and pages; however it didn’t work for the product pages in Woocommerce. Thanks

    #137626
     Radu
    Moderator

    This is the selector for product pages title

    COPY CODE
    
    h1.product_title.entry-title {
        font-size: 2em !important;
        line-height: 1em !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #139201
     bayoa
    Participant

    h1.product_title.entry-title {
    font-size: 2em !important;
    line-height: 1em !important;
    }

    This didn’t work for the woocommerce product titles. I created a woocommerce.css in the child theme and placed the code there; it didn’t work.

    Where should I paste the code? I also need to capitalize and bolden the font.

    Thanks

    #139291
     Radu
    Moderator

    In wp-admin -> theme options -> general settings -> quick css

    Let me know

    try also with this

    COPY CODE
    
    h1.product_title {font-size: 3em !important;line-height: 2em !important;}
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 15 posts - 1 through 15 (of 15 total)

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

Log in with your credentials

Forgot your details?