Roel1982
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change hover textlink in widget – and delete underlineI mean into this code:
.textwidget a {
text-decoration: none;
}.textwidget a:hover {
text-decoration: underline;
color: #8d9095;
}Forum: Fixing WordPress
In reply to: Change hover textlink in widget – and delete underlineHi Daftduke,
I think I found the solution:
I changed #text-36 into .wf-container
Thanks for your help!
Forum: Fixing WordPress
In reply to: Change hover textlink in widget – and delete underlineHi Daftduke,
Thanks, it works!
If I want the same function for ‘Most popular pages’ do I have to insert the same code (with text-37 instead of text-36) or can I combinated these into one code?
Thanks!
RoelForum: Fixing WordPress
In reply to: Delete 'Read more' button blogpostsAnd the image:
.vc_gitem-zone vc_gitem-zone-a vc_gitem-is-link,
.vc_gitem-is-link {
display: none !important;
}Thanks for your support!
Forum: Fixing WordPress
In reply to: Delete 'Read more' button blogpostsFYI
The button is gone!The code:
.vc_btn3-container vc_btn3-left,
.vc_btn3-container {
display: none;
}Forum: Fixing WordPress
In reply to: Delete 'Read more' button blogpostsThanks Juggledad and Gurus, but both codes don’t make a difference.
I contact the theme author
Forum: Fixing WordPress
In reply to: Delete 'Read more' button blogpostsSorry if I’m not clear enough.
The theme I use is: ‘The7’ and this is the page: http://new.screenconsultants.com/test-3/
I would like to delete the image on top and the ‘Read more’ button.
The button code is:
<div class=”vc_btn3-container vc_btn3-left”>
Read more
</div>The image code is:
<div class=”vc_gitem-zone vc_gitem-zone-a vc_gitem-is-link” style=”background-image: url(http://new.screenconsultants.com/wp-content/plugins/js_composer/assets/vc/vc_gitem_image.png) !important;”>
<img class=”vc_gitem-zone-img” alt=”” src=”http://new.screenconsultants.com/wp-content/plugins/js_composer/assets/vc/vc_gitem_image.png”>
<div class=”vc_gitem-zone-mini”> </div>
</div>Hope you can help!
Forum: Fixing WordPress
In reply to: Delete the image above blogpostHi Juggledad again,
I can’t find the function to disable the image. Do you know if I have to change a code in a php file?
Thanks!
Forum: Fixing WordPress
In reply to: Delete 'Read more' button blogpostsHi Juggledad,
Do you know where I can delete this button? I searched in a lot of php files but I can’t find the right line.
Or do I insert a CSS code?Hope you can help