Is there any documentation or video that would describe

0

Is there any documentation or video that would describe what the buttons 1- 7 apply too?

[attachments are only viewable by logged-in members]

  • Synergyclique
    • Site Builder, Child of Zeus

    I am not trying to be rude, but did you even read the question? I sent a screenshot so obviously i know where it’s located. I would like to know what elements these buttons control. So i.e if i select the 3rd button to be white, what in the theme is it applying to.

  • Vinod Dalvi
    • WP Unicorn

    Hi Shawn,

    I am extremely sorry for my confusion.

    The colors in the displayed color pickers are the colors defined in the theme for the various elements. These colors then used in various places in the theme. This allow easy access if we want to change a color, so changing that color will affect all places in the theme that set to use this color.

    These colors are differently applied on the elements for different upfront themes or basically, anything that have a color picker (even text color, etc), can use this theme colors. And if it used it, we can change them all from that settings. So unfortunately, there’s no way to know precisely which it affecting.

    We can just compare the color picker colors with the element colors to guess which color is used for which element as displayed in the attached screenshot.

    I think there should be a documentation/manual which will describe which color will be used for which element so i have notified the usage writer about it to create the documentation.

    If i can be of any further assistance please don’t hesitate to ask :slight_smile:

    Regards,

    Vinod Dalvi

    [attachments are only viewable by logged-in members]

  • Vinod Dalvi
    • WP Unicorn

    Hi Shawn,

    Thank you for your reply.

    I can confirm on my test site using latest versions of Scribe and Upfront themes that the input text fields are not styled and there isn’t any global theme color settings to style it. I have notified the theme developer about it so that it can be styled.

    In the meanwhile to style, just add the following CSS code in the Custom CSS rules section of theme settings in the edit theme mode as displayed in the attached screenshot.

    .appointments-confirmation-wrapper input[type="text"]{
    border: 1px solid #EEE;
    background: #F1F1F1;
    }

    You can change the color values in the above CSS code to whatever you want to use.

    Thanks,

    Vinod Dalvi

    [attachments are only viewable by logged-in members]