Site logo

[Resolved] 3rd Party Button Text Size

Home Forums Support [Resolved] 3rd Party Button Text Size

Home Forums Support 3rd Party Button Text Size

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

    I am currently using affiliatables plugin but I am unable to change the button text to bold after adding it to the website.

    Is there any option to edit it using CSS?

    https://prnt.sc/ZmRxcj3cnWID

    #2584057
    David
    Staff
    Customer Support

    Hi there,

    try this:

    .cg-aff-link {
        font-weight: 700;
    }

    or for Black ( extra bold ):

    .cg-aff-link {
        font-weight: 900;
    }
    #2584271
    Suman

    Thank you David for your reply.

    I tried applying it but it’s changing the layout of the text as well.

    I only want to apply it to the button.

    #2584494
    Ying
    Staff
    Customer Support

    David’s CSS only applies to the button in your screenshot with the class cg-aff-link.

    It should not change other text.

    #2584503
    Suman

    I used the Simple CSS plugin to use the code. Am I doing it right? Is there any other step involved?

    #2584592
    Ying
    Staff
    Customer Support

    Can you try adding it to customizer > additional CSS?

    #2586228
    Suman

    Yes, I tried adding it but unfortunately it’s not working.

    #2586307
    Ying
    Staff
    Customer Support

    Can you try changing the CSS to this?

    .cta-copy .cg-btn.cg-aff-link {
        font-weight: 900 !important;
    }
    #2586732
    Suman

    It worked. Thank you very much. Is it possible to increase the font size of the button as well?

    #2586831
    David
    Staff
    Customer Support

    Try:

    .cta-copy .cg-btn.cg-aff-link {
        font-weight: 900 !important;
        font-size: 40px;
    }z
    #2587095
    Suman

    Thank you David and Ying. It worked.

    #2587421
    David
    Staff
    Customer Support

    Glad to hear that!

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