Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2128015
Featured Products
Closed

Comments

  • Joshbonga started the conversation

    I would like to control what shows on the top right corner of Featured Products images. Can I change the "New" tag to an star icon?

    As you can see on the supplied page, There are Featured Products showing "New" and a Newcomers section with no "New". It's confusing.

  •  7,092
    Oliver replied

    Hi,

    What icon you wish to use? I need to know icon code and pack, all the icon you can see for example in the quckfinders shortcode.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Joshbonga replied

    Hi, I'd like to use Elegant Icon e033. It is the star.

    Also, I want to change the shadow on the single image box and have written this Custom CSS but it's not changing it. Do you see what this issue is?

    .vc_single_image-wrapper.vc_box_shadow { 
    box-shadow: 10px 10px 10px rgba(0,0,0,.3)
    }


    I also tried:

    .vc_box_shadow { 
    box-shadow: 10px 10px 10px rgba(0,0,0,.3)
    }

    Thanks

  •  7,092
    Oliver replied

    Hi,

    Add this code to the functions.php of the child theme and let me know:

    function wp_register_style_elegant() {
     wp_register_style('icons-elegant', get_template_directory_uri() . '/css/icons-elegant.css');
    wp_enqueue_style('icons-elegant');   
    }
    add_action('init', 'wp_register_style_elegant');


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  7,092
    Oliver replied

    CSS code example:

    body .wpb_single_image .vc_single_image-wrapper.vc_box_shadow img {
        box-shadow: 0 0 23px rgba(0,0,0,.1);
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •   Joshbonga replied privately
  •  7,092
    Oliver replied

    pls. provide the FTP access

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •   Joshbonga replied privately
  •  7,092
    Oliver replied

    Hi, 

    What host you're using, can't connect with URL bigrockdevelopment.site

    Status: Disconnected from server: ECONNABORTED - Connection aborted
    Status: Resolving address of bigrockdevelopment.site
    Status: Connecting to 104.24.99.88:21...
    Error: Connection timed out after 20 seconds of inactivity
    Error: Could not connect to server


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver