Cover Page – Adding title and removing blog

  • Posted in : BookCard WP
  • davidb
    Participant

    Hello, I’m new to WP and this is my first time customizing a site with a theme.

    I was able to add my image and text onto the cover page.
    However, I haven’t found a way to: (1) add the Title text which in the example is ” JOHNNY DOE Freelance UI/UX Designer & writer” and (2) remove the “Latest From The Blog All Posts” and the subsequent “Hello World”.

    Otherwise, I’ve been able to edit and add the Resume and Contact pages onto the book.

    Thank you.

    serkan
    Moderator

    Hi,
    Please go to dashboard > appearance > theme options > you can change title and tagline here.
    Go to dashboard > posts > remove hello world default post.
    And you can use this custom css code to remove latest posts link

    .latest-from-blog { display: none; }

    https://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
    Thanks

    davidb
    Participant

    Thanks for the prompt reply.
    I was able to remove all the blog posts which also got rid of the latest post link.
    I was able to change the title / tagline.

    How can I change the Title’s color and shading? I’d like it to be more mustard yellow. Also, how can I introduce breaks in between the cover_caption title texts?

    Thank you.

    serkan
    Moderator

    Hi, you can the cover title with this custom css code;

    .cover h1 {  color: #d8eb0b; letter-spacing: 2px; text-shadow: #253e45 -1px 1px 0, #253e45 -2px 2px 0, #d45848 -3px 3px 0, #d45848 -4px 4px 0; }

    Thanks

    davidb
    Participant

    Hi,
    where do I add this css code?

    serkan
    Moderator
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register