• Resolved nicoleb

    (@nicoleb)


    So far I have found 2 places where I wasn’t able to change the color of the font from the Customize menu.

    The first is on the code display that show under the comments where it says what html can be used. This is both the shadow and the font color.
    See https://lifesystemorganizer.com/bswc04/ What code can I use in my child theme to update that?

    The second is the hotlink on the blog titles. If you are on a category page and mouse over a blog title, it still shows the old tan color even though I’ve updated every font I can find that shows that color in the customize menu. I did find the code for this one and was able to change it in the child theme but thought I’d add it since it seems like an important one.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The code styling for the first part is styled like this:

    code {
    color: #AD7620;
    background-color: #F2EDDC;
    border: 1px solid #DCCFA6;
    border-radius: 3px;
    font-size: 1em;
    padding: 0.063em .75em;
    margin: 0 .5em;
    }

    As for the other…looks like I missed adding a hover for the post titles (which should match text link colour on mouseover. I will make this part of the next update.

    The color of the navigation arrow to move from one post to an other can’t be changed also.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Two places color isn't updated to my choices’ is closed to new replies.