• Resolved cielsong

    (@cielsong)


    Hi,

    I would really like to change the color of the post date in the AlxTabs widget, but am having a very difficult time finding the corresponding CSS to do so. Help, please.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi!

    That would be:

    .alx-tab .tab-item-date { color: #aaa; }

    Thread Starter cielsong

    (@cielsong)

    Thanks for the quick reply! I’ve tried adding that tag to my child theme’s stylesheet (using a different hex code, of course) before and it didn’t change anything. Do I have to edit this in the main theme’s CSS?

    Mirta

    (@mirta)

    Sometimes the setting is ‘locked’ in parent CSS. Try to override this with !important:

    '.alx-tab .tab-item-date { color: #aaa!important; }'

    Mirta

    (@mirta)

    Correction:
    .alx-tab .tab-item-date { color: #aaa; }

    Thread Starter cielsong

    (@cielsong)

    Thank you for the suggestion. Unfortunately, it didn’t work.

    Hm, it should work.

    1) Is the child theme the active theme running?
    2) Any cache plugin running?
    3) Any browser cache? Try force-refreshing the page while viewing it with CTRL+F5

    Thread Starter cielsong

    (@cielsong)

    1) Yes, it is.
    2) No, I don’t have any cache plugins installed.
    3) I’ve tried opening the site at work, where I’ve never opened it before, still no luck.

    Would you mind having a look? Maybe you can figure out what I’m doing wrong. None of the other CSS customizations that I’ve done so far have given me this problem.

    Thread Starter cielsong

    (@cielsong)

    …aaaand for some mysterious reason it works now. Thank you both for all your efforts!

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

The topic ‘Post date color in AlxTabs’ is closed to new replies.