• Resolved fixercz

    (@fixercz)


    Hello Greg,

    In my template is default color White for Date and Location in list.

    But this is not visible.

    Please help with additional CSS.

    My search in code – failed.

    Screen here: https://ibb.co/7G5pGsf

    Thanks very much

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,

    you should be able to change the location and date text colors by adding the code below in the wp-admin / Appearance / Customize / Additional CSS panel

    .adverts-list .advert-item .advert-published .advert-date {
      color: green !important;
    }
    .adverts-list .advert-item .advert-published .advert-location {
      color: blue !important;
    }

    BTW. Is there any reason why you are using the shortcodes instead of blocks?

    Thread Starter fixercz

    (@fixercz)

    Thank you for your help

    I don’t use Block/Gutenberg, probably because of old knowledge and the template I use and I’m used to their system of creation.

    Plugin Author Greg Winiarski

    (@gwin)

    Hi,

    ok thanks, for the feedback.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Date/Loc. Color in list’ is closed to new replies.