Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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 page

    where can I find this code?

    lantapocketguide.com

    #1240837

    Hey bencottrell,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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,
    Nikko

    #1241233

    thanks I’ve attached in the private data
    other things that happen: links are never blue, cannot change font or colour within the page

    its like its all being controlled from somewhere central

    thanks
    !

    #1241402

    Hi 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,
    Nikko

    #1241481

    its 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.
    #1241569

    Hi 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,
    Nikko

    #1241629

    Hi 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 this

    also I removed
    color:#000;
    but the links are still not blue

    finally I changed text size to be 16 px but no difference

    #1241642

    ok so it looks like I was too impatient! Its sorted now thanks!

    but I wonder why the hyperlinks are still not blue?

    #1241698

    Hi,

    You need just the content/paragraph links to be blue?

    Best regards,
    Jordan Shannon

    #1241810

    yes…I just wondered why none of them are blue

    #1242245

    Hi bencottrell,

    Please try adding this CSS code in Quick CSS:

    .main_color a {
        color: blue;
    }

    Best regards,
    Nikko

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.