mdhirstwood Posted October 2, 2016 Share Posted October 2, 2016 hi can anyone help me to change the font size in sub category name title only part of the description is showing on my site as the font seems to be outside the padding area Link to comment Share on other sites More sharing options...
shokinro Posted October 2, 2016 Share Posted October 2, 2016 It will depends on your theme. If you are using PrestaShop default theme you will need to make changes to the font size for class subcategory-name in following file /themes/default-bootstrap/css/category.css And you will also need to change how many characters to be displayed in following file, change "truncate:25" to something else for example, "truncate:40" /themes/default-bootstrap/category.tpl <h5><a class="subcategory-name" href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}">{$subcategory.name|truncate:25:'...'|escape:'html':'UTF-8'}</a></h5> 1 Link to comment Share on other sites More sharing options...
mdhirstwood Posted October 3, 2016 Author Share Posted October 3, 2016 Hi shokinro, worked perfect thankyou Link to comment Share on other sites More sharing options...
mdhirstwood Posted October 3, 2016 Author Share Posted October 3, 2016 would you also know how to change the catergory image banner size for mobile device shows fine on tab/pc but mobile it only displays part <div class="content_scene_cat_bg" style="background:url(http://www.ftbathrooms.co.uk/c/12-category_default/bathroom-furniture.jpg) right center no-repeat; background-size:cover; min-height:217px;"> </div> Link to comment Share on other sites More sharing options...
mdhirstwood Posted October 3, 2016 Author Share Posted October 3, 2016 forget the last post i saw a similar one which fixed the issue thanks Link to comment Share on other sites More sharing options...
shokinro Posted October 3, 2016 Share Posted October 3, 2016 @mdhirstwood I am glad you figured out and resolved your problem and thanks for your feedback. Link to comment Share on other sites More sharing options...
mdhirstwood Posted October 3, 2016 Author Share Posted October 3, 2016 Hi Again, sorry to bother you just spotted the product description now within the category has the same issue as before checked the product.css but could nt find any font size to change do you know the area to look for thanks again Link to comment Share on other sites More sharing options...
mdhirstwood Posted October 3, 2016 Author Share Posted October 3, 2016 http://www.ftbathrooms.co.uk/109-arangaline-range Link to comment Share on other sites More sharing options...
shokinro Posted October 3, 2016 Share Posted October 3, 2016 (edited) It should be following file/themes/YourTheme/product-list.tpl Edited October 3, 2016 by shokinro (see edit history) Link to comment Share on other sites More sharing options...
mdhirstwood Posted October 3, 2016 Author Share Posted October 3, 2016 Thanks but I can't find any font sizes to adjust there Link to comment Share on other sites More sharing options...
shokinro Posted October 3, 2016 Share Posted October 3, 2016 if there is any css class used in the file, then you can find it in following file /themes/default-bootstrap/css/product_list.css otherwise you can defines new class to apply it Link to comment Share on other sites More sharing options...
mdhirstwood Posted October 6, 2016 Author Share Posted October 6, 2016 thanks all sorted Link to comment Share on other sites More sharing options...
shokinro Posted October 6, 2016 Share Posted October 6, 2016 glad you figured out and thanks for update. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now