Okay
  Public Ticket #861285
Theme styling
Closed

Comments

  • George started the conversation

    Hi Laborator, 

    Thanks for you theme. I've spent a while updating my site, and I am pleased with the design. However, I have a couple of niggling issues with the site I can't address: 

    1. The font on my home page is different from the rest of my site, and I cant get the home page to match what I define in the theme options
    2. How do you change the (portfolio/blog) comment sections font or background colours, atm the font is hidden behind the background? -- I want to keep the main font and colour settings the same across the site. 
    3. Is there anyway to change the hover size for the client sections? Mine never fit the images I have uploaded. Alternatively, I there a way/ settings to have the whole of this section one colour, e.g. light grey?

    Many thanks,

  • [deleted] replied

    Hi George,

    Glad to hear that :)

    1— When you change your fonts on your Theme Options they change for the all pages on your website, please look carefully because there are 2 types of fonts that you can choose Primary Font and Heading Font, so if you need to use only one font type, then you need to choose the same fonts http://drops.laborator.co/1b5xx

    2— Portfolios doesn't have comment section, only the single blogs have the comments functionality. 

    Can you please add the code below to Custom CSS

    .single-blog-holder .leave-reply-holder .comment-respond .comment-reply-title {
        color: #000 !important;
    }
    
    .message-form .form-group .placeholder label {
        color: #000 !important;
    }
    

    3—  Can you please write URL of this exact page please? We need to investigate your site and then get back to you if we have possible solution.