• Resolved lenasat123

    (@lenasat123)


    Hello!

    I am an illustrator and I am using theme Illustratr and I want to know how can I change “proudly powered by WordPress…” To my copyright information?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi @lenasat123,

    The most straightforward way to add your own copyright information is with some custom CSS.

    To add custom CSS: Firstly set up a child theme or activate a custom CSS plugin. (If you have Jetpack installed then you can activate its custom CSS module.)

    Enter the following snippet in either the editor for your CSS plugin or the style.css file of your child theme:

    .site-info {
        visibility: hidden;
    }
    
    .site-info:before {
        content: "Copyright information.";
        visibility: visible;
    }

    You can replace “Copyright information.” with any copyright text of your choosing. ??

    Let me know if that helps out or if you have any extra questions.

    Thread Starter lenasat123

    (@lenasat123)

    thanks a lot! It works!

    • This reply was modified 8 years, 4 months ago by lenasat123.

    Perfect! You know where to find us if extra questions come up too.

    Thread Starter lenasat123

    (@lenasat123)

    Hello!

    1) I would like to know what is the reason of the problem when my featured images on the main page of the websight are not shown up – but only a small icons?
    ….So my page looks awful without pictures.

    2) How can I change the type, its size, caps letters in theme Illustratr?
    (in the names of my works under featured images)

    thanks a lot!

    • This reply was modified 7 years, 8 months ago by lenasat123.
    • This reply was modified 7 years, 8 months ago by lenasat123.

    Hi there,

    Can you post a link to your site?

    Thread Starter lenasat123

    (@lenasat123)

    Thank you for posting the link

    Please check if the images appear if you temporarily disable the Photon module in JetPack’s settings.

    For the title font, please try adding the css below to your site. The font-size and font-family values can be changed to suit your personal preference.

    .page-title, .entry-title {
        font-family: georgia;
        font-size: 0.8em;
        text-transform: none;
    }
    Thread Starter lenasat123

    (@lenasat123)

    Thanks a lot!!
    It works! Disabled photon.

    You’re welcome, have a great weekend ??

    Thread Starter lenasat123

    (@lenasat123)

    Hello!

    I need help! Tell me how can I change (another design) an icon of social media in my menu on the buttom of the page? https://elena-satsuta.com/

    I have a “star” icon instead of Behance.net icon

    Thread Starter lenasat123

    (@lenasat123)

    Hello!

    I would like to know, why I can’t see my blog post?
    I create them and see all them on my page blod. But when I open the one post, I see my homepage.

    Thank you for help!

    Hi there,

    Please:

    – navigate to Settings > Reading
    – select “Blog” as the “posts page”
    – click ‘save’

    If you need help with any other issue in future, please create a new thread for it rather than bumping this old resolved thread.

    Thanks ??

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘copyright’ is closed to new replies.