• Resolved zinctek

    (@zinctek)


    I cant seem to get the css working i need to change the colour to white and maybe the font size.

    i added this

    .opening-hours .day-name {

    font-size: 12px;
    font-colour: ffffff ;
    }

    But it doesnt change the font colour or size.

    What am i doing wrong sorry?

    THanks and love the plugin.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Design Extreme

    (@designextreme)

    @zinctek I cannot see any shortcode for the opening hours as a table or sentence in this page.

    For the conditional text, please be careful about spacing after the if and end statements. You can use the special characters (e.g. %comma%, %space%) if needed. Conditional text does not use any styling (unless you add your own <span> tags or similar).

    Thread Starter zinctek

    (@zinctek)

    Hi

    If you look at the top right and corner you will see at the top in gray, i am trying to get that in white. text and maybe bold.

    Thanks
    DAve

    Plugin Author Design Extreme

    (@designextreme)

    @zinctek The text there is unformatted with no HTML tags to apply styling.

    The HTML outputted is as follows:

    We are currently closed , but open again tomorrow at 9:00 am

    With the parent tag (this is outside of the shortcode):

    <div class="elementor-shortcode">We are currently closed , but open again tomorrow at 9:00 am</div>

    If you want to introduce your own styling, you could do something like this using the conditional text:

    [open_text]%if_open% We are now <span style="color: #FFF;">open</span>%end% %if_closed% We are currently <span style="color: #FFF;">closed</span> %if_open_tomorrow% , but open again tomorrow at %tomorrow_start% %end% %end%[/open_text]

    For conditional text, it is up to you to add your own HTML tags as needed.

    I am going to update the wording in the Shortcode tab to clarify this in the next update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Css Help changing colour’ is closed to new replies.