Home Forums Pro Themes Education Hub Pro How to make News and Events headings Bold?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #105808
    shahsaad
    Participant

    Can someone please tell me how can I make the headings for News and Events bold? I mean only these two words at the top, not the inner content. I can make the inner content bold with Additional CSS but I am not able to make the News and Events headings in bold at the top.

    #105852
    wensolutions
    Keymaster

    Hello

    Can you please provide us with your site URL so that we can provide you with the precise fix ?

    Regards!

    #105899
    shahsaad
    Participant

    Here is the address:

    https://shahehamadan.edu.pk/

    Thanks!

    #105966
    wensolutions
    Keymaster

    Hello,

    Please add below-given CSS to make the title bold.

    .recent-news h2 {
        font-weight: bold;
       
    }
    
    .recent-events h2 {
        font-weight: bold; 
    }

    Hope this helps.

    Thank you.

    #105975
    shahsaad
    Participant

    Thank you, this did the job.

    Can you also please tell me how to make the site identity (Site header with the tag line) in center of the page?

    I want to make it centered like on this website:
    http://shahehamdanmirpur.edu.pk/

    #105982
    wensolutions
    Keymaster

    Hello,

    Please add below given CSS for this.

    @media only screen and (min-width: 1025px){
    div#site-identity {
        margin-left: 22%;
    }
    }

    Here adjust the padding as per your requirement.

    Hope this helps.

    Thank you

    #105985
    shahsaad
    Participant

    That solved it.

    Thanks very much for the help 🙂

    #105988
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    If you have any issues further, then kindly let us know.

    Thank you.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.