Philio / bootstrapdefault

A modern and responsive theme for Piwigo built with standard Bootstrap components and using the default Bootstrap theme. Intended for easy customisation using Bootstrap styles or as a parent theme for creating responsive themes for Piwigo.
https://philio.me
31 stars 10 forks source link

Banner font #34

Open fliphobby opened 8 years ago

fliphobby commented 8 years ago

Hello, I would like to change the banner font name but do not know where.

fliphobby commented 8 years ago

Plaes help my

Philio commented 8 years ago

You just need to apply a font style to h3.banner. You can do this using any custom CSS plugin, the custom CSS section of the theme administration page, or even within the page banner text within the site configuration, just wrap it in <style></style> tags.

fliphobby commented 8 years ago

Hi,It is this font font-family: ' Bad ' Script, cursive; How do I do it in script

Philio commented 8 years ago

Here is an example using a Google font that you can just add to the page banner text:

<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Sofia" />
<style>
h3.banner {
    font: 400 3.5em/125% 'Sofia';
}
</style>
<h3 class="banner"><em>My page banner</em></h3>
fliphobby commented 8 years ago

Thank you for the script but I can not use it there is 403 Forbidden A potentially unsafe operation has been detected in your request to this site

Philio commented 8 years ago

Sounds like that's something specific to your environment, are you running something like mod_security?

fliphobby commented 8 years ago

I dont no i have only the plugin useradvmanager. and localfiles editer