The Big Spring Sale! Up to 50% off!

Hyperlink semi-bold style ignored

Alan Henness
155 Posts
Alan Henness posted this 05 November 2020
Report a bug

In Nicepage desktop, I have styled hyperlinks as semi-bold to make them stand out from the regular weight of body text. This looks fine in Nicepage desktop but this does not show on the site.

The element has the following style in Chrome inspector:

.u-text a, .u-blog-control a, .u-tab-item a, .u-nav-item a {
    font-style: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

If I disable the font-weight: inherit; property, the hyperlink shows as the semi-bold I set in the template.

As a workaround, I have added CSS:

.u-text a, .u-blog-control a, .u-tab-item a, .u-nav-item a {
    font-weight: 600;
}

...but it would be good if it followed the style set in the template in Nicepage desktop.

Is this a bug?

In Nicepage desktop, I have styled hyperlinks as semi-bold to make them stand out from the regular weight of body text. This looks fine in Nicepage desktop but this does not show on the site. The element has the following style in Chrome inspector: .u-text a, .u-blog-control a, .u-tab-item a, .u-nav-item a { font-style: inherit; font-size: inherit; font-weight: inherit; font-family: inherit; line-height: inherit; letter-spacing: inherit; text-transform: inherit; } If I disable the font-weight: inherit; property, the hyperlink shows as the semi-bold I set in the template. As a workaround, I have added CSS: .u-text a, .u-blog-control a, .u-tab-item a, .u-nav-item a { font-weight: 600; } ...but it would be good if it followed the style set in the template in Nicepage desktop. Is this a bug?
Vote to pay developers attention to this features or issue.
5 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 06 November 2020

Hi Alan,

Please provide a link to the page where we could see the issue and also attach your theme exported as a project.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Alan, Please provide a link to the page where we could see the issue and also attach your theme exported as a project. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
Alan Henness
155 Posts
Alan Henness posted this 06 November 2020

Hella

The first sentence on this page shows the issue:

The EHRC is a statutory non-departmental public body that aims to be:

EHRC is a hyperlink but note that I've added this CSS so it currently shows as the heavier font weight::

/* Make hyperlinks semi-bold because Nicepage seems to lose this from template */
.u-text a, .u-blog-control a, .u-tab-item a, .u-nav-item a {
    font-weight: 600;
}

I've attached the project from Nicepage desktop.

Hella The first sentence on [this page][1] shows the issue: > The EHRC is a statutory non-departmental public body that aims to be: EHRC is a hyperlink but note that I've added this CSS so it currently shows as the heavier font weight:: /* Make hyperlinks semi-bold because Nicepage seems to lose this from template */ .u-text a, .u-blog-control a, .u-tab-item a, .u-nav-item a { font-weight: 600; } I've attached the project from Nicepage desktop. [1]: https://www.sexnotgender.info/equality-monitoring/equality-and-human-rights-commission/
Support Team
Support Team posted this 09 November 2020

Hi,

I've asked our developers to check the issue with the WP post links. We'll let you know when we receive any news from them.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, I've asked our developers to check the issue with the WP post links. We'll let you know when we receive any news from them. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
Alan Henness
155 Posts
Alan Henness posted this 09 November 2020

Thanks, Olivia.

Thanks, Olivia.
Support Team
Support Team posted this 03 December 2020

Hi Alan,

Our developers have added changes for link settings. With the next Nicepage update, links in Post Content (not in Post header) will have settings from the Theme. Please wait for this update and check on your side.

Let us know if you have any further questions.

...................................................
Sincerely,
Susanna I.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Alan, Our developers have added changes for link settings. With the next Nicepage update, links in *Post Content* (not in Post header) will have settings from the Theme. Please wait for this update and check on your side. Let us know if you have any further questions. ................................................... Sincerely, Susanna I. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments