Quantcast
Channel: Catch Themes » All Posts
Viewing all articles
Browse latest Browse all 4331

Reply To: Woo Commerce Integration Issues and Font Sizes and Layout

$
0
0

@vincent-pan: Issues with Woo Commerce will be fixed in the next update. For other CSS, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

/* Change page title font size */
#primary .entry-content h1, .entry-title {
    font-size: 28px;
}

/* Wordings size in posting Locations and Routes, including each listing */
#primary .entry-content h2 {
    font-size: 20px;
}

/* remove blue dots */
#primary .post ul.cmmrm-route-params li,
#primary .page ul.cmmrm-route-params li {
    background: none;
}

Note: Please adjust the fonts size as required.

Regards,
Mahesh


Viewing all articles
Browse latest Browse all 4331

Trending Articles