Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Cannot change px size

Home / Forums / Ascend Theme / Cannot change px size

This topic is: Not Resolved
[Not Resolved]
Posted in: Ascend Theme

Tagged: 

March 12, 2018 at 9:50 am

Theme Options – Typography – Body Font Options – Body Font – Font Size

Can only set size up to 18px and view it on Inspect. Cannot set to any other font size.

Am trying to set font-size to 20 but Inspect will only reflect 18 px.

Entire custom css:

/* Removes any border around links. */

a {

border: none !important;
}

/* visited link color set in Basic Styling. */

.cmn-t-translate-bshadow

{
/* color: #741109; */
font-style:italic;
font-weight: 700;
}

/* This colors links blue and re-sizes it on hover which causes the link to shrink/shift in size so the link is noticeable when hovering over it. */

.cmn-t-translate-bshadow:hover

{
color: black;
font-weight: 500;
}

/* center footer column 3 */


@media
(max-width: 992px) {
.footerclass .kadence_social_widget, .footercol3 {
text-align: center;
}
}

I do not see font-size set to 18px important!

Sign on info to follow;

  • The forum ‘Ascend Theme’ is closed to new topics and replies.