Changing font size in title and direction also mobile responsive banner.

daniel-faichnie

Mar 18th, 2018 11:56 AM

hi good so far support I've recieved has been awesome just wanted to point that out.

Just wondering what file I need to edit to change the size of the font in the product titles only want to change it of on grid display not on main produxt page. also if possible to change size of font in descrition on main product page.

also been trying to add a banner to just the home page under the nav bar that is full width managed to add it to all pages but I don't want that and also doesn't show up on mobile devises.

any advice simple terms I'm a total noob

daniel-faichnie

Mar 18th, 2018 12:18 PM

edit managed to add the banner to just the home page full width but still not working on mobile view?

code i used bellow

banner

????

still stuck with fonts

mark

Mar 18th, 2018 12:40 PM

You can change the font size by adding custom CSS to your application.

daniel-faichnie

Mar 18th, 2018 01:05 PM

can you send me code please mark

mark

Mar 18th, 2018 01:12 PM

Example:

.single_product .card .product-title h1 {
    font-size: 120px;
}

Justify the font size as your needs.

daniel-faichnie

Mar 18th, 2018 06:44 PM

thanks mark how do i add that code do i need to add a new new setting in admin?? of so can you explain

mark

Mar 19th, 2018 06:34 AM

There should already be a setting in the /admin/settings where you can place custom code.