Sure you can add this css:
.sidebar button.kad-btn-primary {
border-radius: 10px;
}
Ben
This reply has been marked as private.
Hi,
Please look at the following page on my site: *Login to see link
I want to add rounded borders to the “Contact Us” button in the sidebar.
Is this possible? Please let me know the custom CSS code to be added for this.
Regards,
Anirban
So you’re just wanting to remove the border, correct? Try adding this to your custom css box in theme options:
.sidebar .wp-playlist {
border: 0;
}
Hannah
This reply has been marked as private.
http://tek-medtrading.com/?page_id=69
here is my site u can see my categories Tümü, Kahve Çeşitler etc. i want to show them in sidebar to filter on click, not in to center of the page. Thanks for quick reply.
here is what i want to do 🙂
http://s24.postimg.org/frp0tmilx/Ads_z2.png
just and idea;
you can create portfolio posts widget and portfolio filters widget for using page builder to create what i asked on top.
Hello,
So I’m a little confused as to what you’re after. You can select a sidebar to be shown on the portfolio post edit page. Is that what you mean? Do you mind being a bit more specific? Posting a link helps..
Thanks,
Hannah
Hi i bought virtue premium theme from ur site. I want to show my portfolio categories in the sidebar (i can do that with custom menu in sidebar) when i click my portfolio categories its showing items but going to show only items not my sidebar. So i want my category filter in sidebar and items in content side. Can you help me ?
I’m wondering if I can upload mp4 video to my sidebar.
Thanks!
Sure you can add this:
@media (min-width: 992px){
.home .sidebar {
margin-top: 60px;
}
}
Ben
1. You would have to use a layout without a sidebar. like the demo you linked to. When you add a sidebar it doesn’t leave enough room to do the two column layout with the image on the left.
You can set your columns to 1 though and it will have that layout with a sidebar.
2. click “virtue shortcodes” next to the add media button on a page and then choose blog posts.
3. Yes
Ben
Hi guys ( again hahaha)
In my homepage ( http://www.staseraintivu.com ) I have the sidebar, but it’s too close to the slideshow ( it’s covering the shadow of the sidebar ). Can I do something to put it a little lower?
Hey, is your sidebar showing on the homepage at all? By default it will show on the right, but you can add css to move it left: https://www.kadencewp.com/frequently-asked-questions/
As for the rest of your content, have you set your page as a static page in settings > reading? And also enabled page content in theme options > home layout?
Hannah
I’m having a hard time trying to find tutorial or simply documentation to help me building a sidebar on the left side of my homepage. I already enable to Display a sidebar under Home Layout, added Page content to it, created a page named Home and wrote some content on it. But the content is not showing in the Home page.
Please help.
I set up a sidebar called Blog for my blog page. Added widgets to the page and selected Blog under Sidebar options. However, it still shows the primary sidebar. What did I miss?
Thanks,
Karen
You can add css like this:
.sidebar .widget-inner li {
line-height: 20px;
padding: 5px 0;
}
Ben
How do I reduce the space between lines for a menu item in a sidebar that is wrapping?
Look at:
*Login to see link
Bottom right hand corner of the page (bottom if right sidebar) contains a menu with the following items:
News
District Newsletter – Third District Today (TDT)
Calendar of Events
Vi Blogger
You’ll notice that the first sub-item (District Newsletter – Third District Today (TDT)) wraps because it is long, and there is a ton of space (equal to that of the other menu items) between the wrapped lines. I want to shrink that space so that the wrapped item’s lines are closer together and appear more “natural”.
You can see an example of this in the main menu (secondary menu within the theme) across the top of the page. If you drop-down the News menu, you can see how District Newsletter – Third District Today (TDT) wraps nicely without excess space between the wrapped lines. (I tried setting the line-height for the sidebar widget menu element, but it just seems to ignore it. I was able to change the font size, etc. so I know I was affecting the correct element, but it just ignored line-height.)
I look forward to the answer!
.sidebar a {
color: #fff;
}
Ben
Yes it is but I only want to remove them on the home page and not on the post page i.e. on the sidebar that’s on the homepage and sidebar that’s on the blog page
Nathalie
Hey,
I’m only seeing the pen icons on the sidebar. Is that what you’re referring to?
Hannah