fightingthefatman
Forum Replies Created
Viewing 1 replies (of 1 total)
-
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Hyphenation issuesThis was also very helpful to for me too but with my lack of knowledge pertaining too child themes as discussed here and http://ww.wp.xz.cn/support/topic/twenty-twelve-hyphenation?replies=17 <—here.
I have created a theme directory labeled twentythirteen-child but and have a notepad document started labeled style.css but I am a little confused on the syntax to put in this file. I know being a child theme i should need to copy and paste the entire style.css parent file but simply only the code i want to change so if you anyone could point me in the right direction i would be very appreciative.
should it look like this
From parent style.css/* Theme Name: Twenty Thirteen Theme URI: http://ww.wp.xz.cn/themes/twentythirteen Author: the WordPress team Author URI: http://ww.wp.xz.cn/ Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small. Version: 1.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready Text Domain: twentythirteen This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. */ .entry-content, .widget { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; word-wrap: normal; }my site is fightingthefatman.net
Viewing 1 replies (of 1 total)