Comments UWS started the conversationJune 16, 2016 at 3:00pmHi there, Could you please tell me how I can increase the title and breadcrumb size of a portfolio page? It doesn't seem that I can change them in the Typography tab. Do you know what the default sizes are? Many thanks, Philippe 895TheFox repliedJune 17, 2016 at 7:50amHello Philippe, thanks for purchasing Thefox!If you want to only change the title size for the portfolio please add this custom css ( thefox > styling options ) :.single-portfolio .page_title_ctn h1 { font-size: 24px; }.single-portfolio .page_title_ctn #crumbs { font-size:14px;}then change the size to the one you want to use.Do not hesitate to contact us if you have more questions. Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme UWS repliedJune 17, 2016 at 11:48amHi there, Thanks a lot for the quick answer.I am not using a child theme, is it ok to do some customised CSS styling codes? Will the changes be overwritten when the theme gets updated?Regards, Philippe 895TheFox repliedJune 18, 2016 at 7:29amHello Philippe,You're welcome!If you put the custom css to our theme panel ( Thefox > styling options ) then this code won't be lost even if you update the theme.If you modify the css file directly then updating the theme will remove the changes.Do not hesitate to contact us if you have more questions. Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme UWS repliedJune 24, 2016 at 12:51pmHello, Could you please tell me what code I need to use to change the page title of a normal page? I would like to make the page title and breadcrumb sizes consistent throughout the website. This is the code I used for the portfolio page:single-portfolio .page_title_ctn h1 { font-size: 42px; }.single-portfolio .page_title_ctn #crumbs { font-size:20px;}I tried .page_title_ctn h1 { font-size: 42px; } but it doesn't work. Also tried to change the h1 in the typography tab and doesn't work either.Thanks for your help, Philippe 895TheFox repliedJune 25, 2016 at 6:00amHello Philippe,If you want to do this you can add this custom css :.page_title_ctn h1 { font-size: 42px !important; } .page_title_ctn #crumbs { font-size:20px !important;}That should overwrite all the settings.Do not hesitate to contact us if you have more questions.Have a nice weekend! Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Sign in to reply ...
Hi there,
Could you please tell me how I can increase the title and breadcrumb size of a portfolio page? It doesn't seem that I can change them in the Typography tab. Do you know what the default sizes are?
Many thanks,
Philippe
Hello Philippe, thanks for purchasing Thefox!
If you want to only change the title size for the portfolio please add this custom css ( thefox > styling options ) :
.single-portfolio .page_title_ctn h1 { font-size: 24px; }
.single-portfolio .page_title_ctn #crumbs { font-size:14px;}
then change the size to the one you want to use.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hi there,
Thanks a lot for the quick answer.
I am not using a child theme, is it ok to do some customised CSS styling codes? Will the changes be overwritten when the theme gets updated?
Regards,
Philippe
Hello Philippe,
You're welcome!
If you put the custom css to our theme panel ( Thefox > styling options ) then this code won't be lost even if you update the theme.
If you modify the css file directly then updating the theme will remove the changes.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello,
Could you please tell me what code I need to use to change the page title of a normal page?
I would like to make the page title and breadcrumb sizes consistent throughout the website.
This is the code I used for the portfolio page:
single-portfolio .page_title_ctn h1 { font-size: 42px; }
.single-portfolio .page_title_ctn #crumbs { font-size:20px;}
I tried .page_title_ctn h1 { font-size: 42px; } but it doesn't work. Also tried to change the h1 in the typography tab and doesn't work either.
Thanks for your help,
Philippe
Hello Philippe,
If you want to do this you can add this custom css :
.page_title_ctn h1 { font-size: 42px !important; }
.page_title_ctn #crumbs { font-size:20px !important;}
That should overwrite all the settings.
Do not hesitate to contact us if you have more questions.
Have a nice weekend!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme