Simple PRO

Home Forums All Other Themes Simple PRO

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #81132
    Gábor SzéllGábor Széll
    Participant
    • Topics: 12
    • Replies: 37
    • Total: 49
    Member since: March 20, 2017

    Dear Support!

    I bought a Simple Pro theme.
    I would like to remove the Textual Logo Tag under the logo.

    www.thetaworld.hu

    https://goo.gl/photos/zBqsGmkuuV5Lyr6h7

    Regards.

    #81149
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30977
    • Total: 30977
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .header .header-inner .logo span.tagline { display:none !important;}

    Regards,
    Chris

    #81224
    Gábor SzéllGábor Széll
    Participant
    • Topics: 12
    • Replies: 37
    • Total: 49
    Member since: March 20, 2017

    Dear Chris!

    Thanks for the quick response!
    A new problem has emerged.
    I would like to increase the width of the logo img.
    Now it does not let me over 300px.

    Regards.
    Gabor

    #81226
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30977
    • Total: 30977
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .header .header-inner .logo { width:30%;}
    .header .header-inner .logo img { height:auto !important; width:100% !important;}
    .header .header-inner .nav ul li a { padding:32px 15px !important;}

    Regards,
    Chris

    #81757
    Gábor SzéllGábor Széll
    Participant
    • Topics: 12
    • Replies: 37
    • Total: 49
    Member since: March 20, 2017

    Dear Chris!

    A new problem arose.
    I want to delete a short description of the “Home Page Four Boxes Section”. (on the picture)

    https://goo.gl/photos/twNKBKBudsREos7K7

    Regards.

    Gabor

    #81808
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30977
    • Total: 30977
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .one_four_page_content { min-height:100px !important;}
    .one_four_page_content p { display:none;}

    Regards,
    Chris

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