Title: Css Help changing colour
Last modified: May 3, 2020

---

# Css Help changing colour

 *  Resolved [zinctek](https://wordpress.org/support/users/zinctek/)
 * (@zinctek)
 * [6 years ago](https://wordpress.org/support/topic/css-help-changing-colour/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-help-changing-colour%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Noah Hearle](https://wordpress.org/support/users/designextreme/)
 * (@designextreme)
 * [6 years ago](https://wordpress.org/support/topic/css-help-changing-colour/#post-12773226)
 * [@zinctek](https://wordpress.org/support/users/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](https://wordpress.org/support/users/zinctek/)
 * (@zinctek)
 * [6 years ago](https://wordpress.org/support/topic/css-help-changing-colour/#post-12773644)
 * 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 [Noah Hearle](https://wordpress.org/support/users/designextreme/)
 * (@designextreme)
 * [6 years ago](https://wordpress.org/support/topic/css-help-changing-colour/#post-12773679)
 * [@zinctek](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/opening-hours/assets/icon.svg?rev=2706372)
 * [We’re Open!](https://wordpress.org/plugins/opening-hours/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/opening-hours/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/opening-hours/)
 * [Active Topics](https://wordpress.org/support/plugin/opening-hours/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/opening-hours/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/opening-hours/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [font colour](https://wordpress.org/support/topic-tag/font-colour/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * 3 replies
 * 2 participants
 * Last reply from: [Noah Hearle](https://wordpress.org/support/users/designextreme/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/css-help-changing-colour/#post-12773679)
 * Status: resolved