Search Results for 'child theme'

Home Forums Search Search Results for 'child theme'

Viewing 15 results - 226 through 240 (of 360 total)
  • Author
    Search Results
  • #47433
    HelenHelen
    Participant
    • Topics: 19
    • Replies: 42
    • Total: 61
    Member since: May 11, 2016

    Thanks – I specifically don’t want to make any changes to the php as I don’t want to have to create a child theme. Does that mean it’s impossible? It seems to me that it should be possible via css?
    Regards,

    Helen

    #47121

    In reply to: naturo contact

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

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

    Add this code there:

    .wpcf7 form p {display: inline; float: left; width:50%;}
    .wpcf7 form p:nth-child(5), .wpcf7 form p:nth-child(5) { width:100% !important;}
    .wpcf7 p:nth-child(4) input, .wpcf7 p:nth-child(4) textarea { width:92.50% !important;}

    Regards,
    Shri

    #47019

    In reply to: Theme Simple Pro

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31263
    • Total: 31263
    Member since: August 16, 2013

    Hi Fredric,

    Yes may be that is why. No need to use child themes as you know we have a Custom CSS box for having custom classes.

    Regards,
    Shri

    #46931

    In reply to: Theme Simple Pro

    Frederic DesclosFrederic Desclos
    Member
    • Topics: 15
    • Replies: 45
    • Total: 60
    Member since: July 20, 2015

    Hi Shri,

    Doesn’t work… Maybe cause I’m using a child theme ?

    JoeJoe
    Member
    Member since: June 20, 2016

    Hi,

    My site is http://www.cattsireland.com. After the latest update of WordPress and the Healing Touch theme, all customisations have disappeared.

    I am not using a child theme, however I have a few other site with different templates where this problem is not happening.

    Can you please assist?

    Thank you,
    Joe

    #45950

    In reply to: Child Themes?

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi Faith,

    No child themes just installation of separate WordPress in each directory.

    Regards,
    Shri

    #45942
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

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

    Add this code there:

    .one_third:nth-child(3n+3) { margin-right:0 !important;}

    Regards,
    Shri

    #45539
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

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

    Add this code there:

    .footer-column:nth-child(2) { display:none;}
    .header .header-inner .nav ul { margin-top:10px;}
    .header .header-inner .logo img { height:60px;}
    .header .header-inner .nav ul li a { padding-bottom:30px;}

    Regards,
    Shri

    #45170

    In reply to: Service Section Boxes

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi Faith,

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

    Add this code there:

    .services-wrap .four_column { width:31.30%;}
    .three_column.four_column:nth-child(4) { margin-right:0;}

    Regards,
    Shri

    #45160

    In reply to: Front page sections

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

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

    Add this code there:

    .four_column:nth-child(5) { margin-right:0;}

    Regards,
    Shri

    #45156

    In reply to: SKT Movers Packers Pro

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi Faith,

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

    Add this code there:

    .ourclasses_col:nth-child(1) { margin-left:13%;}

    @media screen and (max-width:1023px) {
    .ourclasses_col:nth-child(1) { margin-left:0 !important;}
    }

    Regards,
    Shri

    #44980
    LaMonteLaMonte
    Member
    Member since: August 1, 2016

    I have the BeFit theme.

    I am having trouble with my first and 3rd sections (not including the first 4 featured boxes)

    I want the 4 boxes in a row but I am getting 3 boxes in a row and then the fourth box drops down underneath and I don’t want that. I do not know how to fix it.

    Also, on the third section “OTHER SERVICES WE PROVIDE” I would like to use font awesome icons but when I put them in they don’t show up… I just get a box with a question mark. I’m using icon=”fa fa-child” for example in the visual and text box for PERSONAL TRAINING and it won’t show up.

    Thanks so much.

    #44966
    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 185
    • Replies: 484
    • Total: 669
    Member since: July 4, 2016

    Hi Shri,

    I’m sorry but I think I have not been able to explain what I need.
    Theme and child theme, everything, works correctly.

    I just want that the links “read more” in “we provide” at home page opens in self window, not in a new window. Is it possible adding some code in style.css or custom css ?

    Thank you for your help!!

    Best regards,
    Vanessa

    #44841
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi Vanessa,

    Your child theme is the problem and it wasn’t created properly either.

    Kindly use the original theme and use custom CSS box in appearance>customize to have all the Custom CSS stuff.

    Regards,
    Shri

    #44783
    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 185
    • Replies: 484
    • Total: 669
    Member since: July 4, 2016

    Hi Shri,

    I use a child theme. It’s possible to edit this function through the child theme?

    Best regards,
    Vanessa

Viewing 15 results - 226 through 240 (of 360 total)