aman204 Thx. That worked!

On the other sites there is something that is overriding the font type. I wanted to make the font similar on the three sites. When I look at the preview in theme magic, I don't see the font being changed on finnveien.no and muhammed.no.

    starlight When I look at the preview in theme magic, I don't see the font being changed on finnveien.no and muhammed.no.

    The font in all the three sites is coming from bootstrap CSS file due to which font selected in thememagic isnt appearing from BODY attribute which also varies in one of the site. To have it consistent across all sites, Try add this to custom.css file :

    body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;}

    and change font-family accordingly

      aman204 Thx, that solved it, almost. I see there is also different vertical spacing on the sites, do you have a css to adjust spacing between the paragraph text marked in the circle in the last screenshot?

        starlight I see there is also different vertical spacing on the sites, do you have a css to adjust spacing between the paragraph text

        Try add this in custom.css file for all sites and adjust value accordingly :

        div.itemFullText p{line-height:1.5 !important;}

        Write a Reply...
        You need to Login to view replies.