How put a CSS
-
“I would like to make the gray text on my blog white. Can someone please tell me how?”(For the sidebar of my site) Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there, I think this catches everything in the sidebar.
.widget-title, #secondary a, #secondary a:visited, #secondary a:hover, #secondary a:active, #secondary a:focus, .widget, .widget_archive li::before, .widget_categories li::before, .widget_meta li::before, .widget_nav_menu li::before, .widget_pages li::before, .widget_authors ul ul li::before, .widget_recent_comments li::before { color: #fff !important; } -
-
-
-
And for the articles titles how I have to make them in for example blue instead of black ?
-
To change the color on your post titles add the following.
.entry-title a, .entry-title { color: #0000ff; }I used the blue you have for Par Alexandre…
-
-
Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the custom CSS I gave.
-
Thanks again. I’ll try that but if I delete the previous CSS you give to me for white, the color come back as grey… on the sidebar
-
I was talking about the informational text between /* and */, not the CSS you have now. Sorry, I should have been more clear on that. I was not seeing any custom CSS on your site so I thought perhaps you have not entered any yet.
-
-
-
-
I’m seeing this in your custom CSS
.widget-Observatoire du MENSONGE, #secondary a, #secondary a:visited, #secondary a:hover, #secondary a:active, #secondary a:focus, .widget, .widget_archive li::before, .widget_categories li::before, .widget_meta li::before, .widget_nav_menu li::before, .widget_pages li::before, .widget_authors ul ul li::before, .widget_recent_comments li::before { color: #fff;It is missing the ending curly bracket. It should look like this
.widget-Observatoire du MENSONGE, #secondary a, #secondary a:visited, #secondary a:hover, #secondary a:active, #secondary a:focus, .widget, .widget_archive li::before, .widget_categories li::before, .widget_meta li::before, .widget_nav_menu li::before, .widget_pages li::before, .widget_authors ul ul li::before, .widget_recent_comments li::before { color: #fff; }After you add in that missing ending curly bracket, paste the additional code into your Custom CSS.
-
-
-
-
Hello, how to change the title of each article in English the word “continue reading” for the French to “Lire la suite →”? Thank you in advance
-
I looked into this, and it has been translated, but for some reason it is not showing up in the french translation file, so it isn’t showing up on your site. I’ve posted for our developers to take a look at it and hopefully it will be taken care of shortly although I can’t make any promises.
Unfortunately with the way the HTML and CSS are done for the Continue Reading button, it would be very difficult to change that text with CSS. In many themes this can be done reasonably easily, but Lovecraft would be a challenge.
- The topic ‘How put a CSS’ is closed to new replies.