1. salinger
  2. Sherlock Holmes
  3. Commercial Templates
  4. Sunday, 14 July 2019
  5.  Subscribe via email
Hi Ciáran, please have a look at http://www.mooreprotection.wien/index.php or on the attached screenshots. I am using Chloe.

I have changed the font family of the site slogan, but it works only on Firefox, not on safari.

CSS in the custom css is:

.logo p.site-slogan {
font-family: Dancing Script;
font-size: 20px;
margin-top: 5px;
}

any ideas? thank you for your help!

Kind regards Marion
Attachments (2)
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Marion

Strangely we are unable to replicate this issue. The Dancing Script font is loading without issue in Chrome. Could you try wrapping the font-family value in quotes...


.logo p.site-slogan {
font-family: 'Dancing Script';
font-size: 20px;
margin-top: 5px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciáran, nope did not help. but never mind, I did a work around and built it as a logo.;)

But another thing came up. The blog page should should look like yours on the template, but the pics don't have rounded corners. I used the intro image in an article.

http://www.mooreprotection.wien/index.php/blog

thanks, marion
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Marion

In the menu item settings to your blog try selecting Category Blog - Alternative option in the Menu Item Type field.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
YEAH that worked ! thanks Ciaran!
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciáran,

one more issue on this website, again same problem with pics, no rounded corners http://www.mooreprotection.wien/index.php/about-us. the pics are empty modules. how do I get the rounded corners on all pics? thank you, Marion
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Marion

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.showcase-1 img {
border-radius: 5px;
}


You can also apply a universal border-radius on all images with the following...

img {
border-radius: 5px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!