• Hi Pektsekye,

    Can you help me with modifying the text colour and background colour of the YMM widget from the plugin editor?
    I am using elementor page builder with wordpress and I have YMM widget through elementor and my theme is blocksy with woocommerce.

    Note: I am restricted from adding css code through page builder as it is a free version


    I’m sharing the screenshot from gdrive link and also attaching https://drive.google.com/file/d/1o4zqcpduqhj6a0IIpQ3jFgm9rx3tb9iw/view?usp=sharing

    TIA
    Cyril

    • This topic was modified 7 months, 1 week ago by cyrilg85.
Viewing 1 replies (of 1 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    You can edit the css styles in the file:
    wp-content/plugins/ymm-search/view/frontend/web/main.css

    Background of the disabled dropdown:

    
    .ymm-selector.ymm-horizontal .level select.disabled { border-color:#bbb !important; background:#bbb !important; }
    

    The submit button:

    
    .ymm-selector.ymm-horizontal .ymm-submit-any-selection {margin-top:6px;}
    

    > I am restricted from adding css code through page builder as it is a free version

    You can try to add custom CSS with WordPress:
    Dashboard -> Appearance -> Customize -> Additional CSS

    I have found it here:
    https://wordpress.com/support/editing-css/#access-the-css-editor

    Stanislav

Viewing 1 replies (of 1 total)
  • The topic ‘Change text color inside the widget’ is closed to new replies.