Jump to content

[SOLVED] Change Title Font and Subheading Text Size in 1.4.6.2


Recommended Posts

Hi,

 

I am using 1.4.6.2 and the theme prestashop_new.

 

I was wondering where I can edit the font sizes for the MAIN TITLE and Subheading in home text editor module If you look at my example the font size is far too large and looks clumsy, I thought I would ask this time as my time is limited and I couldnt find a clear answer in the forums. I need to reduce the font sizes to fit in with the theme.

 

I thought I maybe needed to edit it via the new themes global.css but dont want to mess about with this until someone can point me in the right direction.

 

Any ideas

 

Thanks,

 

Duncan.

Link to comment
Share on other sites

  • 2 weeks later...

Hi,

 

I have tried to edit the css/modules/editorial/editorial.css file in the new_prestashop theme which I am using, but nothings changed, still getting a huge heading which I dislike, I tried changing the h1 to h2, I tried chaging the font sizes to a lower px all to no avail, I have force compiled and ensured the browsers cache is clear each time so I dont know where to edit this.

 

Really thought it would be simple to edit that area but it really doesnt fit in with the site and why its such a large font setting is confusing to me.

 

Does anyone know where spefically it needs editing?

 

Thanks

Link to comment
Share on other sites

Hello,

 

I wanted to reduce the size of the main title (heading) as it was much larger than how you see it as I have used the sub heading to create the title instead and thats the font size I would like for the main title. Although it doesnt seem to matter this way but I wasnt sure if not having a title affects search engines even though I already have the title I want on the index.php

Link to comment
Share on other sites

Hello,

 

I wanted to reduce the size of the main title (heading) as it was much larger than how you see it as I have used the sub heading to create the title instead and thats the font size I would like for the main title. Although it doesnt seem to matter this way but I wasnt sure if not having a title affects search engines even though I already have the title I want on the index.php

 

I'm a little confused. Are you saying that what used to be the heading ("LED Watches UK - The LED Watch Specialists") is now entered as the subheading?

 

-Mike

Link to comment
Share on other sites

Ahhh I see. In your global.css file around line 168, edit the value for h1. Whatever the value is currently, please try reducing it. It should be measured in a unit called "em," which is a scalable value. 1.0 should be the exact same size as the text below, while anything larger or smaller (in increments of .1) would scale that header proportionately. Please let me know if that works for you.

 

-Mike

Link to comment
Share on other sites

Hi Mike,

 

I changed this following code in the themes directory. css/global.css - around line 35 presuming thats correct as I couldnt see what you were referring to around line168. Can you take a look and see if it displays correctly for you, it is fine at this end on IE9.

 

/

h1 {

margin-bottom:20px;

font-size:16px; Changed from 24px

line-height: 22px

}

h2 {

padding-bottom:20px;

font-size:12px Changed from 18px

}

h3 {

padding-bottom:20px;

font-size:16px

}

h4 {

padding-bottom:20px;

font-size:14px

}

/* text

Link to comment
Share on other sites

  • 1 year later...

This has just appeared in the top right hand corner of my site -

 

text intro for your store.

 

Could somebody please tell me how I edit it or even remove it completely? Home text editor is disabled, so does that mean it's something with my theme? (theme newatch)

 

Many Thanks

Link to comment
Share on other sites

×
×
  • Create New...