badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Layout question

Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #50691
    Victoria
    Participant

    I’m not understanding how to get the layout that shows in the preview of this theme….I thought it would be easier than this. Thanks.

    #50702

    Hi Victoria,
    You can follow Theme Instruction link which helps you to setup business Template.

    Thank you!

    #51434
    Kobien
    Participant

    Hi Theme Horse, I want to change the text colour of the featured image slider when it’s shown on a small device. Now it changes to white, but it’s hard to read. Can I also make a background color for the textbox? The theme is superior pro.

    Thanks, Kobien

    #51483

    Hi Kobien,

    For this you have to add Custom CSS code. Just go to Appearance > Customize > Additional CSS and paste the below Custom CSS code:

    @media only screen and (max-width: 767px) {
    	.featured-slider .featured-slider-content .entry-title,
    	.featured-slider .featured-slider-content .entry-title a,
    	.featured-slider .featured-slider-content .entry-content {
    		color: #ffffff;
    	}
    }

    Note: Change the above HEX color code #ffffff into your own color code to change the white color code.

    Thank you!

    #51573
    Kobien
    Participant

    Hi Theme Horse, thanks for the answer. It works with the text color. Now I want also to change the background color of the featured image slider because it’s still hard to read when opened on a mobile/tablet.

    Thanks, Kobien

    #51735

    Hi Kobien,

    Add below custom CSS to change the background color of the featured image slider.

    @media only screen and (max-width: 1023px) {
        .featured-slider,
        .featured-slider .featured-slider-content article {
    	background-color: #ffffff;
        }
    }

    Note: Change the above HEX color code #ffffff into your own color code to change the white color code.

    Thank you!

    #51760
    Kobien
    Participant

    Hi Theme horse, Now I have another problem. I did create a woo commerce webshop with Superior Pro theme. When you open the productpage you see a double headline. How can I delete the first one?

    Kind Regards, Kobien

    #51761

    Hi Kobien,

    Go to Appearance -> customize -> Additional CSS paste the following CSS code and Click on save all changes button:
    .single-product .page-title-wrap {
    display: none;
    }

    Thank you

    #51765
    Kobien
    Participant

    Thanks for the quick answer. It works perfectly!

    #51776

    You welcome kobien

    Thank you

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.