gravida center titles, fix sidebar

Home Forums All Other Themes gravida center titles, fix sidebar

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #48931
    BrandonBrandon
    Member
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: June 15, 2016

    Hello!

    I wanted to know how to center all page titles except the home page,

    also how I can have a different sidebar for just the contact us page? I couldn’t figure out how to change the sidebar on one page to be different from the rest.

    Thanks!

    #48974
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Brandon,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    h1.entry-title, h1.page-title{text-align:center; margin:0 auto;}

    Kindly use this plugin for sidebar: https://wordpress.org/plugins/simple-page-sidebars/

    Regards,
    Dave

    #49141
    BrandonBrandon
    Member
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: June 15, 2016

    Hi Dave,

    Thanks for the code, but it did not work. The site is tekkittest.com, and I currently have this custom css in place:

    .page_head{display:none;}
    #slidera { display:none !important;}
    #sidebar .widget_wrap iframe { width:100% !important;}
    @media screen and (max-width:767px){
    .page #slidera, .single #slidera, .archive #slidera, .search #slidera, .error404 #slidera { display:none !important;}
    }
    @media screen and (max-width:767px) {
    .logo img { height:auto !important;}
    }
    h1.postitle::first-letter, .single_post_content h1::first-letter, h2.postitle::first-letter { color:#494949 !important;}
    #footer .footercols1 h3::first-letter, #footer .footercols2 h3::first-letter, #footer .footercols3 h3::first-letter, #footer .footercols4 h3::first-letter { color:#fff !important;}
    #topmenu ul { margin:auto; display:table;}

    Is it possible the code to change the first letter in each title also prevents us changing the text-align?

    Thanks

    #49142
    BrandonBrandon
    Member
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: June 15, 2016

    As for the sidebar plugin, that worked perfectly, thank you.

    #49249
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Brandon,

    Kindly add this code in custom css box:

    .thn_post_wrap h1 {text-align:center;}
    body.home .thn_post_wrap h1 {text-align:left;}

    Regards,
    Dave

    #49307
    BrandonBrandon
    Member
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: June 15, 2016

    Worked perfectly!

    Thanks, Dave

    #49308
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘gravida center titles, fix sidebar’ is closed to new replies.