• Resolved joashenrique

    (@joashenrique)


    Hello everything is fine?

    Firstly, congratulations on the plugin! It’s really very efficient!!!

    My question is just how can I change the cores of the “search button” elements (#098ab8), “dropdown” background (#141518) and “categories/tags” background (#000000) of each post.

    I am sending an image as an attachment to indicate the elements.

    I want to change all these colors to #2f3190. I tried to apply CSS to the child theme and plugin, but I haven’t had any success yet.

    If you could show me the way to modify this I would greatly appreciate it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author YMC

    (@wssoffice21)

    Hi! 

    Thanks for using the plugin.
    To change the color on the above elements you should use your custom styles (override the CSS in your file)

    Thread Starter joashenrique

    (@joashenrique)

    Oh, cool!

    So can I add CSS to the child theme’s style.css? For example:

    /* Color of the filter buttons dropdown / .ymc-filters-wrap select { background-color: #303095 !important; / Dropdown menu background color / color: #ffffff !important; / Text color / border-color: #303095 !important; / Border color */
    }

    /* Category background color / .ymc-filtros-wrap .ymc-filtro-item { background-color: #303095 !important; / Category background color / color: #ffffff !important; / Text color in categories */
    }

    /* Color of the “Read more” button / .ymc-grid-wrap .ymc-grid-item .ymc-read more-btn { background-color: #303095 !important; / Button background color / color: #ffffff !important; / Button text color / border-color: #303095 !important; / Border color */
    }

    Would it be possible to apply alphabetical order to the dropdown menu as well?

    Plugin Author YMC

    (@wssoffice21)

    Hi!
    You can override the plugin styles in your theme. This is the correct solution!
    As for sorting tags in the drop-down list, you can sort them alphabetically or manually drag tags as you need.

    Thread Starter joashenrique

    (@joashenrique)

    Hello everything is fine?

    Thanks for the feedback.

    I apply the Asc order option in the filter, but it only works for the name “category” and “tag”. Unfortunately it doesn’t work in the dropdown menu. I’m trying to apply some CSS or Java to my child theme, but unfortunately I haven’t had any success. As there are many files to put in alphabetical order, unfortunately doing this using CSS or Java is more effective than changing one by one in several filters I created. Is there a more effective solution?

    Plugin Author YMC

    (@wssoffice21)

    Thanks for your feedback. Our team tested the cortenality of tag sorting in the context of each taxonomy.

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