Frontpage Settings: section1 make link open in new window, section2 images…

Home Forums All Other Themes Frontpage Settings: section1 make link open in new window, section2 images…

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #105887
    consultme.supportconsultme.support
    Member
    • Topics: 7
    • Replies: 10
    • Total: 17
    Member since: July 31, 2018

    Hi there:

    two short issues about frontpage settings… on http://www.bauchmuskel-bibel.de/

    1) How can I set the link in section1 make open in a new window?

    2) My images in section2 are shrunk and do not appear full round. How can I mak them appear full round?

    Kind regards

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    2) My images in section2 are shrunk and do not appear full round. How can I mak them appear full round?

    Ans:

    .services-row .services-box-image { border-radius:100%; overflow:hidden;}
    .services-box-image img { max-height:inherit; max-width:inherit; height:150px;}

    1) How can I set the link in section1 make open in a new window?

    Ans: Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Dave

    #105967
    consultme.supportconsultme.support
    Member
    • Topics: 7
    • Replies: 10
    • Total: 17
    Member since: July 31, 2018

    Hello Dave my custom css field now looks like this but the setion images remain unchanged, what can be done?

    .home .header { position: absolute !important; background-color: rgba(10,10,10, 0.5); z-index: 1000;}
    .nivo-caption { top:45% !important;}
    .skt-feature-icon { background-color:#6b1508 !important;} .services-row .services-box-image { border-radius:100%; overflow:hidden;}
    .services-box-image img { max-height:inherit; max-width:inherit; height:150px;}

    #106015
    consultme.supportconsultme.support
    Member
    • Topics: 7
    • Replies: 10
    • Total: 17
    Member since: July 31, 2018

    Any news there?

    The thumbnails on frontpage in section2 are still not full round although having added you css code?

    pls help asap

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    Remove
    .services-box-image img { max-height:inherit; max-width:inherit; height:150px;}

    And add this new css code
    .services-box-image img { max-height:inherit !important; max-width:inherit !important; height:150px;}

    Regards,
    Dave

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