• Resolved ha2214900

    (@ha2214900)


    Hello, i can not remove checkout button on the top of the menu and how can i use custom font in this plugin

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ha2214900

    (@ha2214900)

    function extfun() {
    ?>
    <style>
    .fdoe_extra_checkout {
    display: none !important;
    }
    .fdoe_title_text{
    font-family:’gopher’ !important;

    }
    .fdoe-menu-2{
    font-family:’gopher’ !important;
    }
    .fdoe_title{
    font-family:’gopher’ !important;

    }
    .fdoe_description {
    font-family:’gopher’ !important;

    }
    </style>
    <?php
    }

    Thread Starter ha2214900

    (@ha2214900)

    Added in funtions.php file

    Plugin Author arosoft

    (@arosoft)

    Nice thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to remove checkout button, And how to use custom font’ is closed to new replies.