• andi87

    (@andi87)


    Hello,
    thank you very much for this create plugin. I want to use a bright background image for the calender and therefore I wanted to change the Fontcolor and the Size of the Numbers? I tried to change the values in the WP_Advent_Plugin.css file, but it didn’t change anything. Can you please tell me what I have to change, to change the fontszise and color of the numbers?
    Thank you for your support.

Viewing 2 replies - 1 through 2 (of 2 total)
  • rgreen001

    (@rgreen001)

    You can find which files to change by looking in the code Inspector.
    Select the item you want to change and then RightClick Inspect.
    You can also try out your new colours and sizes here.

    Thread Starter andi87

    (@andi87)

    Thank you for your support. With code inspector I was able to identify the position in css where to change and my changes in codeinspector worked fine. But when I changed the coresponding css file, it had no effect on my website.
    I changed the attributes in the following section:
    #wp-advent-calendar li a,
    #wp-advent-calendar li span {
    border: 0;
    color: #f4e536;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    text-decoration: none;
    transition: background 0.3s linear, text-shadow 0.3s linear;
    height: 100%;
    box-shadow: none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Fontsize and Color of the Numbers’ is closed to new replies.