Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #61033
    Intergame
    Member

    Hi there,

    I am currently building a new website using your Adventurous theme. However, I think it’s best to bite the bullet and build a child theme, as I would like to ensure the text does not keep hyphenating and wraps around nicely, amongst other things.

    I’m not that experienced when it comes to WordPress, so please bear with me if this seems like a basic question…

    I have modified the Adventurous theme using only the basic ‘back-office’ appearance tools in the Dashboard – I haven’t actually gone in and manually edited/modified the style.css.

    So, my question is: would it be safe for me to create a child theme? Will this have any effect on my page as it currently looks?

    If it will have an effect, do you think it would be best to just start from scratch?

    Thanks in advance,

    James

    #61071
    Sakin
    Keymaster

    @Intergame: Child theme in necessary only then you are doing high level of customization. Like if you want to add/edit functions or add/edit any files in ‘adventurous’ theme folder. Customization like style can be done with just custom css box. But if you want to start child theme, then refer to http://catchthemes.com/blog/create-child-theme-wordpress/

    To remove auto hyphens, you need to add the following css in “Appearance => Theme Options => Custom CSS” box:

    #content article {
    	-webkit-hyphens: manual;
    	-moz-hyphens: manual;
    	hyphens: manual;
    }
    #61084
    Intergame
    Member

    Ah, thanks so much for explaining this to me! I see now that there is so much you can do with the custom css box (removing image ‘hover’ effects, auto-hyphenation, etc). Fantastic! Thanks for getting back to me! All the best.

    #61130
    Sakin
    Keymaster

    @Intergame: Thanks for your appreciation and if you like my support and Adventurous theme then please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/adventurous?rate=5#postform

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Child theme query’ is closed to new replies.