Changing Tagline in Sela

  • Hello, I am trying to change the font/color/size/positioning of the title and tagline on acultureapiece.com (Sela Theme). Could anyone tell me the CSS I need to put in to do this? (no experience with coding myself, hoping for copy and pasting!). Thanks so much!

  • Good day,

    This website is a self-hosted site powered by WordPress.org. The site is being hosted by 1&1
    Name Servers:
    ns1117.ui-dns.de
    ns1028.ui-dns.biz
    ns1049.ui-dns.com
    ns1096.ui-dns.org

    You are posting to the wrong support forum. To be clear we do not provide support for local installs of WordPress.ORG software, or for WordPress.ORG software installs on paid hosting, linked to WordPress.COM accounts with the Jetpack plugin so they display on the My Sites WordPress.COM account page.

    WordPress.COM and WordPress.ORG are completely separate and have different username accounts, logins, features, run different versions of some themes with the same names, and have separate support documentation and separate support forums. Read the differences here http://en.support.wordpress.com/com-vs-org/

    The wordpress.ORG support forum is at http://wordpress.org/support. The wordpress.ORG login link is here https://login.wordpress.org/ If you do not have an account yet then click Create an account https://login.wordpress.org/register/ and if you have lost an account password click Lost password? https://login.wordpress.org/lostpassword/

    You can ask for further questions on the sela support page:
    https://wordpress.org/themes/sela/

    Since there weren’t any details on what you want to change to your tagline, here’s an example code snippet you can use:

    `.site-description {
    color: blue;
    font-size: 20px;
    font-family: Arial;
    position: inherit;
    }

    Good luck!

  • The topic ‘Changing Tagline in Sela’ is closed to new replies.