Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #973619

    Hi there,
    I want to remove the lines under the hyperlinks and make the body text size smaller on as a specific page.
    Please, could you help me out with the CSS code for that?

    Many thanks

    #973653

    Hey Oceans247,
    I assume that you are using a page as a footer, because your link to /footer/ returned a 404, and your “footer” has many links with underlines.
    If this is correct, Try this code in the General Styling > Quick CSS field:

    .avia-section .post-entry-2704 .av_inherit_color a {
        text-decoration: none !important; 
        font-size: 80% !important; 
    }

    Best regards,
    Mike

    #973865
    This reply has been marked as private.
    #973891

    Hi,
    I wasn’t able to login, please check.
    I see that the area is given a different page ID class to match each page it is on, so it would be better to add a custom class to either it or the columns in it.

    Best regards,
    Mike

    #975253

    Hi Mike,

    Thank you for your assistance. I am afraid what you are suggesting is going way over my head.
    I have tried the login details. They seem to work now if that is any help.
    Is there an easy way to archive what I am trying to do?

    Cheers

    #975269

    Hi,
    Thanks for the login, I edited your custom footer page, so that the color section that all of the columns are in has the custom ID of “custom_footer”
    2018-06-20_065635
    Then I added this code in the General Styling > Quick CSS field:

    #custom_footer .av_textblock_section a {
        text-decoration: none !important; 
        font-size: 80% !important; 
    }

    then I cleared your site cache and my browser cache, for this result:
    2018-06-20_070510
    Please clear your browser cache and check.

    Best regards,
    Mike

    #975325

    Mike, I cannot thank you enough! It is perfect.

    I tried for so long to get it to work.

    Thanks so so much.

    Regards

    /O

    #975484

    Hi Oceans247,

    Glad Mike helped to get it working for you :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #990845

    Hi there,

    I have a follow-on question. There seems to be a small vertical gap/space between each line. How do I remove that? It is making the footer longer than it should be.

    #990853

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    #custom_footer br {
      content: "";
      margin: -.5em;
      display: block;
    }
    #custom_footer p {
    margin: 0px !important;
    }
    #custom_footer h4 {
    margin-bottom: 0px !important;
    }

    Best regards,
    Mike

    #990913

    thanks very much Mike. That worked.

    #990925

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Custom text formatting for a specific page’ is closed to new replies.