• Hello everyone,

    I am trying to make website. I am almost done with it except for one thing. I am sharing a picture below and what I want to do is to change the color of the title because as you see it is hard to read.

    Another thing I want to do is to change Read More with something else, because the site is not in Turkish. Can someone please help me do it?

    Website: https://www.sinemakritikleri.com
    Link: https://i.hizliresim.com/MgN939.jpg

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter allysoon

    (@allysoon)

    Also if possible I would like to change the older/newer posts into numeric values. UNfortunately for osme reason plugins don’t work ??

    In your child theme open the style.css file and search for:

    .post-title a {
        padding: 0px;
    }

    Replace it with:

    .post-title a {
        padding: 0px;
        color: #000;
    }

    That will give your titles a black color

    Changing the ‘Read More’ text depends on which file your theme uses for that porpoise, you can do a search through all your theme files for the word ‘Read More’, copy the hole line and past it here
    It should be something like this
    the_content('Read More...

    Thread Starter allysoon

    (@allysoon)

    Hello,

    Thank you very much. I have managed to solve the color issue.

    I have found the read more, and change it with the word, I wanted to and this is solved too.

    I have just one last issue which is changing older posts with the page numbers. Can you also help me with thaT? Unfortunately plugins are not working.

    Thank you

    I’m afraid plugin is your only option, it’s not easy to do it yourself if you do not have proper knowledge of php, you could mess things up, so try plugin by plugin or contact a developer

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I change this? Please Help’ is closed to new replies.