Home Forums Free Themes Farmerpress Some customization requests

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #190201
    nietnagel
    Participant

    Hello and thank you in advance for the help.
    1) Is it possible to remove the link from the person pictures of the testimonials on the frontpage? Alternatively, I’d like to just change the link to a different page.
    2) Is there an option to remove the gray overlay on the cover images of the subpages so that they appear in the original?
    3) Is it possible to adjust the font size of the headings on the subpages or to make it larger?
    4) Is it possible to add links to subpages to the images of the slider/gallery on the frontpage?
    Best regards

    #190205
    Psink
    Keymaster

    Regarding your queries, it seems to point two and three are possible by adding a few lines of CSS code

    For points one and 4 we need to customize the code from the theme file and for that, you need to hire our customizer team

    #190248
    nietnagel
    Participant

    Thank you for the fast feedback. I would like to try the CSS code for points 2 and 3 first. Please be so kind and help me further. Thanks very much.

    #190272
    Psink
    Keymaster

    Sure, you can add this CSS in the Additional CSS. Go to dashboard >> customizer >> Additional CSS. There you can add the CSS

    #page-site-header .overlay {
    display: none;
    }

    You can change the font size as per your requirement

    #page-site-header .page-title{
    font-size: 42px;
    }

    #190274
    nietnagel
    Participant

    Thank you for your help.

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