How to customize css not to print links as urls?
-
I am using The Truly Minimal theme. When I print a post, everything inside the tag is printed. How do I stop this? I think it is related to CSS. Where is the CSS and how can I change it? I bought Custom Design already. I also like to change the title font size, margin etc.
The blog I need help with is: (visible only to logged in users)
-
It is not a CSS issue. Sounds like you’re pasting the code to make a link in the Visual editor instead of the Text editor.
-
As for your general question, see this post of mine:
http://wpbtips.wordpress.com/2013/02/21/where-is-the-theme-css-and-how-do-i-edit-it/For example, to change the font size of the blog title you’d add this and change the value:
.site-title, .site-title a { font-size: 3.6rem; }Note: make sure you post your CSS questions in the CSS forum, not the Support forum.
-
@rainscoaster: I use alt+shift+A to create the links. I am not pasting into the visual editor. Maybe I am not understanding your answer. How can I fix this so that urls do not show in the print?
-
@rainscoaster: I found this question and the answer by https://en.forums.wordpress.com/topic/printing-problems-appearance-of-the-pictures-url-adress-in-the-printed-text?replies=12#post-1451256 designsimply says that this is a CSS problem. Do you agree? I have Custom Design but I don’t know how to override the print CSS.
And how do I cross post this to the CSS forum?
-
@justpi: Thanks. I asked the same question in the CSS forum. And thanks for the link to where is the css… page. But for the code to change the blog title, that changes the size of the title, I just want to print the title smaller, I don’t want to change the size displayed on the blog. But this is not such a big deal, my real problem is that links are printed.
- The topic ‘How to customize css not to print links as urls?’ is closed to new replies.