ResolvedSlider image padding removal on home page2 boxed layout
Tagged: boxed layout slider pad removal
- This topic has 85 replies, 3 voices, and was last updated 2 years, 10 months ago by
Althemist.
- AuthorPosts
- September 27, 2020 at 9:29 pm #26013
Tom42
ParticipantHi, I have managed to add the slider revolution shortcodes into the home page2 boxed layout, the only thing I can’t work out is how to make the sliders go right to the edge of the central table of the boxed layout, please advise? It seems to have a 25px white gap all the way around the slider images.
Thanks
TomSeptember 28, 2020 at 8:56 am #26021Althemist
KeymasterHi Tom,
Already answered in your other topic.
Regards,
DimitarSeptember 28, 2020 at 12:03 pm #26031Tom42
ParticipantThis reply has been marked as private.September 28, 2020 at 12:51 pm #26033Althemist
KeymasterHello Tom,
1. We have a custom feature which allows you to change the widget area in footer on per-page basis. When you edit the page in the admin, check if the same widget area is assigned. If using the Home 2 as a base, the footer sidebar there is set to “hide” in the page options. Most probably that’s the problem.
2. The only way to remove the dashed border would be with CSS. Something like this:
li.product-category.product a::before, div.product-category.product a::before { border: none; }
3. Not really sure what do you mean. Could you please describe “show recent products how I want rather than just the lastest products” in more details? Exactly what would you like to achieve?
4. I am afraid no. Looks like you’re not using the teasers as they were meant to be used. There is also a description/content field where you can place whatever content you want. The teasers are meant to open a popup/modal with more information, not to be linked to other pages.
regards,
DimitarSeptember 28, 2020 at 2:23 pm #26042Tom42
ParticipantThis reply has been marked as private.September 28, 2020 at 2:28 pm #26043Tom42
ParticipantThis reply has been marked as private.September 28, 2020 at 3:31 pm #26044Tom42
ParticipantThis reply has been marked as private.September 29, 2020 at 10:15 am #26055Althemist
KeymasterHello Tom,
1. You can add the custom CSS under Appearance > Customize > Additional CSS OR if using a child theme in it’s style.css
2. Still not really sure what do you mean. Show “any images of my choice” or show any PRODUCTS. The first one is not possible. For products – you can show weather products you want by using the “Products” content element.
3. The icon teasers – just use Icon Box element instead. The teaser element is mean to provide extended information in the popup, while the icon box is just a simple element with icon, title and sub-stitle
4. Removing the dashed line on buttons would be much more complicated as there are many different types of buttons and styles. You can start with this and add more classes to this rule if you wish:
a.button, .r_more_blog, button.wcv-button, input.button, .wcv-navigation ul.menu.horizontal li a, input.button, .woocommerce .wishlist_table td.product-add-to-cart a.button, button.button, a.button-inline, #submit_btn, #submit, .wpcf7-submit, input.otw-submit, form.mc4wp-form input[type="submit"], .tribe-events-button, input[type="submit"], a.vc_btn3-style-custom:before, button.vc_btn3-style-custom:before { border: none; box-shadow: none; }
For the buttons placed with the page builder you just need to change their style from Custom to some other style.
Regards,
DimitarSeptember 29, 2020 at 2:27 pm #26069Tom42
ParticipantThis reply has been marked as private.September 30, 2020 at 12:09 pm #26087Althemist
KeymasterHello Tom,
1. I guess you used the demo data and just edited the content.
In our themes, we have custom product category settings. You can change the title type, alignment, background and header type for each category. Most probably the demo categories are set to align center while the new categories created by you are left aligned.
2. Here it is:
.sidebar .widget > h3:first-of-type::after, .wpb_widgetised_column .widget > h3:first-of-type::after { display: none; }
3. I am afraid no and that’s not theme related. WooCommerce doesn’t allow custom content there. Those pages doesn’t actually exist as pages. They are created on the fly over the default product archive template.
Regards,
DimitarSeptember 30, 2020 at 12:56 pm #26098Tom42
ParticipantThis reply has been marked as private.October 1, 2020 at 10:37 am #26119Althemist
KeymasterHello Tom,
1. No, I am afraid the copyright text can’t be centered, because of the footer social links container aligned to the left.
2. Sure:
.babystreet-user-is-logged .babystreet-header-account-link-holder > ul li { border: none; box-shadow: none; background-color: #your-color-here; }
Basically the tiles background color is the same one set as “Site main accent color” under Theme Options > Common Styles.
Regards,
DimitarOctober 1, 2020 at 2:17 pm #26143Tom42
ParticipantThis reply has been marked as private.October 2, 2020 at 3:36 pm #26154Althemist
KeymasterI am afraid I don’t understand. What white color and what center column? You were asking about the line and background color of the account tiles. Please, explain more.
October 2, 2020 at 10:16 pm #26165Tom42
ParticipantThis reply has been marked as private. - AuthorPosts
You must be logged in and have valid license to reply to this topic.