ResolvedSlider image padding removal on home page2 boxed layout

Viewing 15 posts - 1 through 15 (of 86 total)
  • Author
    Posts
  • #26013
    Tom42
    Participant

    Hi, 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
    Tom

    #26021
    Althemist
    Keymaster

    Hi Tom,

    Already answered in your other topic.

    Regards,
    Dimitar

    #26031
    Tom42
    Participant
    This reply has been marked as private.
    #26033
    Althemist
    Keymaster

    Hello 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,
    Dimitar

    #26042
    Tom42
    Participant
    This reply has been marked as private.
    #26043
    Tom42
    Participant
    This reply has been marked as private.
    #26044
    Tom42
    Participant
    This reply has been marked as private.
    #26055
    Althemist
    Keymaster

    Hello 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,
    Dimitar

    #26069
    Tom42
    Participant
    This reply has been marked as private.
    #26087
    Althemist
    Keymaster

    Hello 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,
    Dimitar

    #26098
    Tom42
    Participant
    This reply has been marked as private.
    #26119
    Althemist
    Keymaster

    Hello 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,
    Dimitar

    #26143
    Tom42
    Participant
    This reply has been marked as private.
    #26154
    Althemist
    Keymaster

    I 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.

    #26165
    Tom42
    Participant
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 86 total)

You must be logged in and have valid license to reply to this topic.

License required for any item belonging to this account
AlThemist

AlThemist

sales 17936, followers 752
Login and Registration Log in · Register