Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter hilldw11

    (@hilldw11)

    Thank you that took care of it. I had tried to style them a couple different ways but couldn’t (even using google chrome) find the correct css code that was governing the unordered lists.

    Thread Starter hilldw11

    (@hilldw11)

    Creating the child theme and posting the code you suggested worked. Thanks to everyone for your help.

    Now I have a mountain of other adjustments to make.

    To any Quark theme users trying to do what I did…

    Follow the instructions here: https://codex.www.ads-software.com/Child_Themes

    This is the code you will need:

    /*
    Theme Name: Quark Child
    Theme URI: https://quarktheme.com
    Author: Anthony Hortin
    Author URI: https://maddisondesigns.com/
    Description: Quark child theme
    License: GNU General Public License v2 or later
    License URI: https://www.gnu.org/licenses/gpl-2.0.html
    Tags: black, gray, dark, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
    Text Domain: quark-child
    Template: quark
    */
    @import url("../quark/style.css");
    
    /* =Theme customization starts here
    -------------------------------------------------------------- */

    Thread Starter hilldw11

    (@hilldw11)

    I believe through Jetpack there is an edit CSS feature under Apperance and that is what I figured was my child css and where I placed this:

    h1, h2, h3, h4, h5, h6 {
    	font-family: 'always__forever', Arial, serif;
    	font-style: normal;
    	font-weight: 400;
    	color: #333;
    	margin-top: 0;
    }

    I meant child css in my op and not child theme**

    Where would i put:

    @import url("../quark/fonts/stylesheet.css"); ??

    Thanks for trying to help me out!

    Thread Starter hilldw11

    (@hilldw11)

    Thanks for the quick response.

    I made the adjustment you suggested but no luck. Does the url for the fonts in the stylesheet need to be be changed?

    I’m not sure about fixing the size of the front page widget areas…here is the link about the boxes that is included in the theme css. https://www.paulirish.com/2012/box-sizing-border-box-ftw/

    For the heading size I would do this as its less work than modifying the css.

    Remove your text from the title line of the text widget. At the very top of content box below the title line type the following:
    <h2>Your Text Here</h2>

    I tested it on my page and it went into the same place as the text in the title.

    Thread Starter hilldw11

    (@hilldw11)

    Thanks so much for your help!

    Thread Starter hilldw11

    (@hilldw11)

    Thanks, so much for your help. I was trying to edit the original stylesheet and wasn’t getting any results. I did the custom css through jetpack and copied the code you provided and that did it!

    I increased the font-size to 1em. Of course that increases the overall size of the header. To compensate for the enlarged icon and keep the header the original size I am guessing I need to reduce the icon’s margin, yes? Could you show me what that would look like?

    Thanks again for your help

Viewing 7 replies - 1 through 7 (of 7 total)