Color of the link and ride and block
-
AuthorPosts
-
breakandtrek
MemberHello,
Several question :
– I do not understand why my sternal link on my post are not in blue but i black. I would like to put them in blue, can you do something ?
Look : https://breakandtrek.com/2017/09/21/y-es-tu-entends-tu-que-fais-tu/
“Evergeen” which is an external link is in blue, I want the same for internat link as “Happo Ike” etc…
– on this page : https://breakandtrek.com/project-type/graphisme-infographie/ I do not want that people can click on it, nor save the image. So what can I do to block/lock the access ? I just want a patchwork of illustration of graphic design.
– same question for this page (with is english version) : https://breakandtrek-en.com/project-type/graphic-design/
– on this page : https://breakandtrek-en.com/project-type/trek/ I want to aide “type de projet”
Well, that’s all for now….
Thank you very much for your help !
I hope it is ok for you to help me as you do.
Bye for now.The blog I need help with is: (visible only to logged in users)
ricardpriet
Theme AuthorHi there!
About your questions:
1. Color links:
It seems that links with strong tag (b or bolder) are wrapped different if they are external or internal. Quick fix for it, add this CSS:.entry-content a strong { color: #2a7687; } .entry-content a:hover strong { color: #000; }
You will get all of them with the same color.
2. You can disable link of titles. Add this CSS:
.term-graphisme-infographie .post-grid .entry-title a { pointer-events: none; }
As the image are set as CSS background, they are not easy to download.
3. Add this CSS for this term:
.term-graphic-design .post-grid .entry-title a { pointer-events: none; }
4. Add this CSS:
.term-289561 .page-header h1.page-title { font-size: 0; } .term-289561 .page-header h1.page-title:after { content: "TREK"; font-size: 28px; font-size: 1.75rem; }
You can do the same for others Type of project pages. Just change the number following bu term-XXXXXX. You can get it using your browser inspector, and find the body element: https://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/
Hope this helps :)
Have a nice weekend !
Ricardo P.breakandtrek
MemberOriginal posterAs usual, that’s work very well ! Thank you so munch for your help Ricardo.
Have a nice week end too.
Bye for now
- The topic ‘Color of the link and ride and block’ is closed to new replies.