Okay
  Public Ticket #2036787
Utility
Closed

Comments

  • Publicad started the conversation

    Hello.
    - How can I change the color of the "search" text? See attached screen.
    - Can I put the "arrows" under the image? See attached screen.
    Thank you.

  •  675
    Neuron replied

    Hi,

    1) To change the color, please add the following style in Appearance > Customize > Additional CSS.

    2) Please add the following style.

    @media (max-width: 768px) {
      .mfp-arrow {
        top: 84% !important;
      }
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Publicad replied

    Hi, 

    the reply to the 1st answer is not clear, it appears that's something missing (code?), while the 2nd reply works just fine.

    Thank you

  •  675
    Neuron replied

    Ups, I am sorry for that. I missed the code.

    Here's the Custom CSS.

    .m-site-search .m-site-search__content .m-site-search__content__inner .m-site-search__form input[type=search]::placeholder,
    .m-site-search .m-site-search__content .m-site-search__content__inner .m-site-search__form input[type=search]:-ms-input-placeholder,
    .m-site-search .m-site-search__content .m-site-search__content__inner .m-site-search__form input[type=search]::-ms-input-placeholder {
       color: your_color !important
     }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Publicad replied

    Thanks. 

  •  675
    Neuron replied

    You are welcome anytime, feel free to ask for anything you needsmile.png

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.