wpkinds
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Change last Menu Item Border and Background ColorHappy to help ??
Forum: Themes and Templates
In reply to: [Apex] Customize Blog – Showing Full PostsHello mboardma ??
Go to Settings > Reading
Then change “For each article in a feed, show”
From Full text to Summary.Cheers,
PetterForum: Fixing WordPress
In reply to: Problem in my post editorSwitch to another theme. Then test your editor.
Forum: Themes and Templates
In reply to: [Oceanic] Adding my logo to a siteHello nikipeach:)
What theme do you use for your wordpress site?Cheers,
PetterForum: Themes and Templates
In reply to: [Optimizer] scroll to top buttonDon′t worry its very simple. Just go to your admin dashboard:
yoursite.com/wp-admin
When you are in your dashboard click on:
Appearance > EditorIn the editor the first you will see is your style.css file.
scroll down to you see:
.to_top:hover { opacity: 1; }
Forum: Themes and Templates
In reply to: [Optimizer] scroll to top buttoncheck your style.css:
/*To Top*/ .to_top { width: 40px; height: 38px; display: block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; color: #fff; background: rgba(0, 0, 0, 0.2); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; position: fixed; bottom: 20px; right: 20px; cursor: pointer; text-align: center; padding-top: 2px; display: none; opacity: 0.4; z-index: 99; } .to_top:hover { opacity: 1; } .to_top i { font-size: 26px; padding-top: 4px; } .to_top.hide_totop { display: none !important; }
Then change the opacity to make it darker ??
Cheers
Forum: Themes and Templates
In reply to: Change last Menu Item Border and Background ColorIn WordPress, you can easily style your menu by adding css classes to each elements and make use of it.
Go to admin > appearance > menu
Click on Screen Options (top right of the screen)
Check the CSS classes options in the “Show advanced menu properties” panel
add your css classes to the elementForum: Themes and Templates
In reply to: [Optimizer] scroll to top buttonHello jkotsch ??
The scroll to top button you have on your site now is a plugin called:
scrollup v2.1.1
So it looks like you don’t have removed all the plugins.Cheers,
Petter