aprileriel
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Dyad] Change camera icon in postsThat did it! I wasn’t originally trying to hide the icon – I wanted to change the camera icon to something else, and was just accepting changing it to the text icon and then hiding it by making it the same color instead.
But I used that line, but changed “none” to the icon I wanted to use, and voilá, the icon is changed to a heart.
.blog .posts .entry-inner::before, .archive .posts .entry-inner::before, .search .posts .entry-inner::before { content: "\f461"; }Thanks so much!
Forum: Themes and Templates
In reply to: [Dyad] Change camera icon in postsThanks so much Kathryn. That solved the problem. I got rid of one set of custom CCS (whoops!), then I just changed the color and background color to the same color, so the icon doesn’t show.
Forum: Themes and Templates
In reply to: [Dyad] Front page color changesActually I have one more question: How can I change the color of the “READ MORE” button?
Or, is there something I can refer to that would show a list of CSS changes I could make, without having to come here and bug you with them?
Thanks for your help!
Forum: Themes and Templates
In reply to: [Dyad] Front page color changesIt worked – thank you!
Forum: Themes and Templates
In reply to: [Dyad] Change camera icon in postsYes that’s it. I changed the post format from ‘image’ to ‘standard’ to get rid of the camera.
I just used the CSS editor to change the color of the text boxes, which worked and also changed the color of the circles, so I guess I’m using the CSS editor correctly, but these stubborn little circles seem to be immune to changes! They’re okay as is, but I would love to be able to change both the color of the circle and the icon within it.
This is what I have in the CSS editor now:
.single-format-image .entry-inner::before { content: "f461"; } .posts .entry-inner, .too-short .link-more, .too-short .entry-inner-content:before, .too-short .link-more:before, .posts .entry-inner:after { background: #aaf00e; } .posts .entry-inner-content { border-bottom: #aaf00e; }Forum: Themes and Templates
In reply to: [Dyad] Change camera icon in postsThanks Kathryn!
I’m still doing something wrong.. I tried both the Custom CSS module in Jetpack, and when that didn’t work I installed the Custom CSS plug-in. I’m just pasting your text in there.
http://birdieandthebeast.org/ (the silly posts are just placeholders)
Forum: Themes and Templates
In reply to: [Dyad] Change camera icon in postsI would like to change that icon too – how can I replace it with one of the genericons? Thanks!