
-
AuthorPosts
-
August 25, 2020 at 7:40 am #1240593
a previous developer has set something up that makes the text bold on every page
and also makes it impossible for me to edit font and text formatting inside the pagewhere can I find this code?
lantapocketguide.com
August 26, 2020 at 5:47 am #1240837Hey bencottrell,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoAugust 27, 2020 at 3:50 pm #1241233thanks I’ve attached in the private data
other things that happen: links are never blue, cannot change font or colour within the pageits like its all being controlled from somewhere central
thanks
!August 28, 2020 at 6:06 am #1241402Hi bencottrell,
I have tried the credentials you gave but it’s returning:
Unknown email address. Check again or try your username.
Please check.
Best regards,
NikkoAugust 28, 2020 at 9:41 am #1241481its working for me – I just logged in using that info
how can I show you a screenshot of the login info?-
This reply was modified 4 years, 11 months ago by
bencottrell.
August 28, 2020 at 1:11 pm #1241569Hi bencottrell,
After checking it properly, there’s one missing letter in the email address (private content).
The code you are looking for is this (found in Enfold > General Styling > Quick CSS):.main_color p { font-weight:bold; color:#000; font-size:18px; }
Just remove:
font-weight:bold;
Best regards,
NikkoAugust 28, 2020 at 4:01 pm #1241629Hi many thanks!
I have removed the section you mentioned
font-weight:bold;
however as you can see on this page the top text is still bold
on other text I have to use <span style=”font-weight: normal;”> to override thisalso I removed
color:#000;
but the links are still not bluefinally I changed text size to be 16 px but no difference
August 28, 2020 at 4:30 pm #1241642ok so it looks like I was too impatient! Its sorted now thanks!
but I wonder why the hyperlinks are still not blue?
August 28, 2020 at 8:47 pm #1241698Hi,
You need just the content/paragraph links to be blue?
Best regards,
Jordan ShannonAugust 29, 2020 at 11:28 am #1241810yes…I just wondered why none of them are blue
August 31, 2020 at 4:54 pm #1242245Hi bencottrell,
Please try adding this CSS code in Quick CSS:
.main_color a { color: blue; }
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.