Change Color & Thickness of the edge frame

Author
Topic
#3419

Hi Milan,

I want to purchase another copy of “Smart Market Shortcodes” to use it with another website, do I need to make another “Envato API Personal Token”? or I can use the previous API that I made with the first purchased copy of “Smart Market”?

In the case if I use (Display Style: Elegant), I want to change color of edge frame to (#F1F1F1) color for example & also change the thickness of edge frame to 10 Pixels, what is the CSS code that should be written? Please see the attachment for more clarification.

Thank you dear Milan,

Viewing 3 replies - 1 through 3 (of 3 total)
Author
Replies
  • #3421

    Hi,

    As far as I know, one API token can be used on multiple websites, but you might need to check that with Envato (try it first).

    I don’t know of the top of my head the colors and their style names, considering that there are so many different ‘styles’ for the widgets display, and from your screenshot I don’t know which one you use.

    But, this is basic CSS, and you can find out names of the classes used for any element using Chrome or Firefox debugger, and create new styles to override. Any extra styles you create should go into your theme style.css file.

    Regards,
    Milan

  • #3422

    Thank you Milan,

    Please see this screenshot, it is explaining my question clearly, that I need to change color and thickness (color: #F1F1F1 & Thickness: 10 Pixels).

    Thank you

  • #3424

    Here is the CSS, it should go into theme style.css file (end of file):

    [scode lang=”css”].sms-style-elegant.sms-renderer-preview_only .sms-item {
    background-color: #f1f1f1 !important;
    }

    .sms-style-elegant.sms-renderer-preview_only .sms-item .sms-item-content {
    padding: 10px !important;
    }[/scode]

    But, this is one time customization help, this type of customization is not included in the support for the item (based on the Envato / CodeCanyon support rules). You need to know about CSS to be sure you can customize the items styling.

    Milan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Color & Thickness of the edge frame’ is closed to new replies.