• How I can change the position of a copyright section?
    By default is at left, need for right.
    Also, the font and size, how to customize?

Viewing 1 replies (of 1 total)
  • Hey there snp_85,

    How are you today?

    This should be possible to achieve with some custom CSS. Since the theme has its own custom CSS tab you can paste the following code in Appearance >> Theme Options >> Advanced Settings >> Custom CSS:

    .footercredits {
    text-align: right;
    }
    
    .footercredits p {
    font-size: 10px;
    font-family: "Times New Roman", Georgia, Serif;
    }

    This should align the text to the right. As for the font size this is the original font size of the copyright text please increase the numeric value to what ever suits you the most. As for the font family replace it with the one that you want. You can find more info about web safe fonts here: http://www.w3schools.com/cssref/css_websafe_fonts.asp.

    If this doesn’t work could you please post link to your site so I can take a look?

    Hope this helps 🙂

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Copyright’ is closed to new replies.