[Resolved] Created a child theme and some css elements are not working

Home Forums Support [Resolved] Created a child theme and some css elements are not working

Home Forums Support Created a child theme and some css elements are not working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1262128
    Ashok

    Hello,
    I just downloaded the child theme(generatepress). After activating some of the CSS elements are not working.
    The one I am referring to can be found on this page
    https://mensprimp.com/what-does-beard-wax-do/

    When you scroll in the middle of the page and you will find the “pros” and “cons” table.
    the table has been created using mighty pros and cons plugin.
    It used to show “thumbs up” and “thumbs down” image but after activating child theme it’s only showing a square.
    Can someone give me a hand here.

    Also please let me know how to embed screenshot with the call.

    Thanks

    #1262562
    David
    Staff
    Customer Support

    Hi there,

    odd that CSS for the Pros / Cons plugin does not request the FA Icon font. Try this CSS to fix that:

    .wppc-box-symbol i {
        font-family: "Font Awesome 5 Free";
    }
    #1263728
    Ashok

    yep that worked…thanks

    #1264445
    David
    Staff
    Customer Support

    Glad to hear that

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