Line Color & Featured Product Display Issue

Support Forums for LiveMesh Themes & Plugins Forums FitPro Theme Support Line Color & Featured Product Display Issue

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #10103
    Mresendes
    Member

    I cant figure out how to change the line color associated with the heading. I have attached screen shot for you to view.

    I also can not figure out why I cant get a row of 4 featured items to line up correctly. They are staggered for some reason. It seemed to have worked for about a min and then change back. The same screen shot sows how I would like it to look.

    Please help.

    #10106
    Veena
    Moderator

    Pls add the below custom CSS in themeoptions –

    .heading2 .title:after {
    border-top: 2px solid #fd671a;
    }
    

    If you want to change the line color for that particular section pls assign an id to that segment and give custom CSS like below

    #id .heading2 .title:after {
    border-top: 2px solid #fd671a;
    }
    

    I am not finding any issue with the featured items.Its absolutely fine.

    #10792
    Mresendes
    Member

    I still cant figure out how to change that line…..

    #10793
    Mresendes
    Member

    Finally Got it! Thank you!

    #10794
    Mresendes
    Member

    Shoot! It didn’t change the line color of the testimonials page… 🙁

    #10806
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    .post-snippets .type-fitness_class .entry-summary:before, .post-snippets .type-testimonials .entry-summary:before, .post-snippets .type-feature .entry-summary:before {
    border-top: 2px solid #fd671a;
    }
    
    #10827
    Mresendes
    Member

    That worked perfectly.

    Also, I want to change the Navigation Menu font, how do I do that? The client wants Calibri font

    #10828
    Mresendes
    Member
    This reply has been marked as private.
    #10849
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    #primary-menu {
    font-family: Calibri;
    }
    

    Speed issue – Pls go through this link –
    http://www.smashingmagazine.com/2014/06/25/how-to-speed-up-your-wordpress-website/
    Hope this helps.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘FitPro Theme Support’ is closed to new topics and replies.