Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #691981

    Ahoy, I would like to customize the blog posts widget on the home page of my website online. I do not want it to effect other instances of the widget. Only the page in the private content

    I would like to do the following:

    Make the size of the “title” bigger and the body text smaller

    Please Advise

    #692076

    Hey mcraig77,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .page-id-726 h3.entry-title {
    	font-size: 1.5em!important;
    }
    
    body.page-id-726  {
        font: 14px/1.5em !important;
    }
    

    Best regards,
    Vinay

    • This reply was modified 8 years, 2 months ago by Vinay.
    #692426

    Ahoy,

    The title seems to change but I can’t seem to get the body to change… please advise.

    #692430

    Hi,

    For the body, please try the following:

    body.page-id-726  {
        font: 14px !important;
    }

    Best regards,
    Jordan

    #692873

    Ahoy jordan,

    That doesn’t seem to work either.

    please advise

    #692902

    Hi!

    1- It seems like you have already figured out the title by using following code

    .page-id-726 h3.entry-title {
        font-size: 1.7em!important;
    }

    2- Please add following code to Quick CSS

    .page-id-726 .custom-blog .slide-entry-excerpt {
        font-size: 12px;
    }

    If that does not help, please create a temporary admin login and post it here privately.

    Regards,
    Yigit

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