• I used this custom CSS to enlarge the size of my text and buttons on this LP.
    http://ragingalcoholic.com/go/get-addiction-treatment-now/

    body .row a {
    font-size:40px !important;
    }

    I think it is also effecting the size of my photo credits in the footer. The photo credits are huge, they look like they are h1 but not in bold.

    I used this W3Schools html to try and override but it does not work on the hyperlinks provided to cite the photo sources.
    <font size=”2″>This is some text!</font>

    I put that code at the front and end of the entire paragraph. I tried it individually on each cite. No luck. The text remains 40px (assuming it is actually 40px for the CSS and not something else)

    I need to accredit those photos but not with such large text. Any ideas?

    Thanks for considering this question
    If you decide to look the offending area is in the footer.

    ………………………..
    Also, if anyone knows how to reduce the size of the space between 2 lines when using the < br > command I would love to know that too. (I had to space the < br > out or the forum actually turns it into a line break)
    After my call to action I have 2 refining/disclaimer type statements. I would like less space between them.
    (like in MS Word, when you hit shift and return you get tighter line spacing)(there is also a menu command)
    Anyway, thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    This is incorrect usage all round. I recommend reading up on child themes and CSS as you will need to neaten up the code at some point.

    As for your question above you can add this line of css:

    a.external {
        font-size: 14px !important;
    }

    Remove the !important declaration in your body .row a{} , it seems unnecessary.

    All the best!

    Thread Starter lucabrasi40

    (@lucabrasi40)

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘use html to override CSS’ is closed to new replies.