change title bar font color

Home Forums Calendar Products Events Calendar PRO change title bar font color

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #1292279
    George
    Participant

    Hi guys, can you please let me know the CSS that I can add to title bar color. Right now its too dark.

    Thanks

    #1292316
    Courtney
    Member

    Hello George

    I’d be happy to take a look. Could you send me a link to the exact page this is happening on?

    Thanks
    Courtney ๐Ÿ™‚

    #1292319
    George
    Participant

    Hi Courtney.

    Here is the link
    http://lakesareachamber.com/events/

    I have installed a child theme and I would like to place the code there?

    #1292324
    George
    Participant

    This is what I entered in my child theme style.css file (pic attached)

    #1292373
    Courtney
    Member

    Hello George

    Can you add the following code to your child theme, or in Appearance ยป Customize ยป Additional CSS?

    .tribe-events-calendar thead th, .tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column, .tribe-grid-header {color: white !important}

    Let me know if this works for you.

    Thanks
    Courtney ๐Ÿ™‚

    #1292377
    George
    Participant

    That worked, Thank you Courtney!

    One more question…

    Is there an easy way to change all the Grey (in the picture attached) to a blue like this #0c71c3?

    Thanks!

    #1292382
    George
    Participant

    Also, I tried the Customizer and nothing happens (pic attached)?

    #1292522
    Courtney
    Member

    Sorry George, can you send me a link to the widget location specifically? I’m not seeing it when I visit the earlier links to your site.

    Thanks
    Courtney ๐Ÿ™‚

    #1292525
    George
    Participant

    Yes, sure here is the link

    Lakes Area Chamber of Commerce

    Thanks!

    #1293213
    Courtney
    Member

    Hi George

    Can you add the following code to your child theme, or in Appearance ยป Customize ยป Additional CSS?

    .tribe-mini-calendar thead, .tribe-mini-calendar-event .list-date, .tribe-mini-calendar .tribe-events-present {
    background-color: #0c71c3;
    }

    .et_pb_widget a {color: #0c71c3 !important;}

    Let me know if this works for you.

    Thanks
    Courtney ๐Ÿ™‚

    #1293291
    George
    Participant

    Thank you Courtney!

    Also, please let me know how to change the color of the title bar and color on the calendar date box – please see attached picture

    I appreciate your help!

    #1293293
    George
    Participant

    sorry, here is the pic

    #1293318
    Courtney
    Member

    Hi George

    with this code (notice I added a line)

    .tribe-mini-calendar thead, .tribe-mini-calendar-event .list-date, .tribe-mini-calendar .tribe-events-present {
    background-color: #0c71c3;
    }

    .et_pb_widget a {color: #0c71c3 !important;}

    .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a::before {
    background-color: #0c71c3;
    }

    I am seeing the areas you want in the shade of blue.

    Can you be sure to clear any server cache, local browser cache, etc.? That may impact what you are seeing.

    Thanks
    Courtney ๐Ÿ™‚

    #1293332
    George
    Participant

    Hi Courtney.

    The screen shot you have is exactly what I wanted, thank you!

    However, it is still showing Grey on my end. I also tried it from another computer. I did clear all cache. Now sure what else to do?

    Thanks!

    #1294566
    George
    Participant

    Hi Courtney, just wondering if you had a chance to take another look at this?

    Thanks!

Viewing 15 posts - 1 through 15 (of 18 total)
  • The topic ‘change title bar font color’ is closed to new replies.