Andrei Baicus
Forum Replies Created
-
Hello @jule3110,
Yep! You can do that with css:
.main-inner { min-height: auto; }
Or just change the background color with
.main-inner { background-color: #000000; }
Have a great day!
Andrei
Forum: Themes and Templates
In reply to: [Square] optional customizing on start pageI’d recommend creating a child theme to overwrite the contents of the about section. You should find all you need here.
Furthermore you should be able to overwrite the about section in front-page.php. Just copy and paste the file into your child theme to overwrite it. You can find the title tag on line 118 and change it from there:
<h2 class="sq-section-title"><?php the_title(); ?></h2>
To recap:
– create a child theme
– copy the front-page.php file into it
– change the tag on line 118Have a great day!
Andrei
- This reply was modified 7 years, 11 months ago by Andrei Baicus.
Forum: Themes and Templates
In reply to: [raindrops] Header image responsiveHello @dessine-moi-une-histoire,
I am not sure what header image are you talking about. It seems to be responsive. Could you leave a link to your website or a screenshot, please?
Have a great day!
Andrei
Hey there @utpalg,
The featured image for posts is displayed on the blog at a 895×515 resolution, so matching that would be good, I think.
Have a great day!
Andrei
Forum: Themes and Templates
In reply to: [Square] optional customizing on start pageHey there @photomaxe,
I don’t think it is possible to add additional content to the front page besides the predefined sections. You can only use those to bring in content from pages.
Have a great day,
Andrei
Forum: Themes and Templates
In reply to: [Shop Isle] Product view issueHey there @medtone,
I’ve submitted an issue to the repository and it should get fixed soon enough by the themeisle team.
Until that happens you could use this plugin to add some custom CSS code to your website. It should solve your problem.
.single-product div.product form.cart .quantity {
width: 100%;
}Have a great day!
Andrei
- This reply was modified 7 years, 11 months ago by Andrei Baicus.
- This reply was modified 7 years, 11 months ago by Andrei Baicus.