geegee07
Forum Replies Created
-
Dear Marklcm,
thank you very much.
CSS
.widget ul li a, .site-footer .widget-area ul li a, .site-footer .widget-area ul li a
and.widget ul li, .widget ol li { border-bottom: 0; border-top: 0; }work very well for me.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Remove underline on hyperlinkWP – menu – appereance – custom CSS / additional CSS or over a plugin “Simple CSS”
- This reply was modified 8 years, 1 month ago by geegee07.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Remove underline on hyperlinkThank you guys!
I found already a solution and this code works perfect for me (I left the underline only on hover):
.entry-content a { color: #008488; border: none; box-shadow: none; } .entry-content a:hover { color: #008488; }Forum: Reviews
In reply to: [Ultimate Responsive Image Slider] Nice, but…..Thank you guys for your rapid replay! Your plugin works actually pretty good.
1 & 2 & 3) I mean the distance between the thumbnails (under the slide) (for example look at this slider on this webpage.
Best regards!
GeeHi @ misterbond,
can you please tell how you can adjust the image description to be in bottom position and NOT in the middle? NOT Pro version!
Will be very thankful!
Thanks. Gee- This reply was modified 8 years, 5 months ago by geegee07.
Forum: Themes and Templates
In reply to: [Mk] How to change CAPITAL letters in menu to small ones?I resolved the issue.
Install Simple CSS plugin
Type:
.sidebar ul#side-menu li a {
text-transform: none;
font-weight: 300 !important;
color: #939393;
font-size: 13px;
}Save. Done.
Thank you anyway.
Gee GeeForum: Themes and Templates
In reply to: [Mk] Width of Header Imagethanks pkulinich. it works!