• I am trying to replace the page title header and subtitle text with my own image within the Coeur Theme, and I would also like to alter the size of the header text on pages. I don’t know php – help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can add a Header image at Appearance -> Header

    To remove the header title you need to add some css to style.css

    .blog-title, .site-description{
       display:none;
    }

    To stay update save you shouldn’t put this code to the style.css from Coeur Theme but to the css file of a child theme.

    To do so you first have to create a new folder in /wp-content/themes
    e.g. /wp-content/themes/coeur-child

    second create a style css in /coeur-child with following content:

    /*
    Theme Name: coeur-child
    Description: A Coeur Child-Theme
    Author: John Doe
    Author URI: http://example.com
    Template: coeur
    Version: 1.0
    Tags:
    */
    @import url("../coeur/style.css");

    last: activate Coeur-Child Theme

    Thread Starter lisakoo

    (@lisakoo)

    Thank you – that works, but I can’t get my logo to appear in place of the header (even within the theme customize logo upload option)- is there a piece of code I need for this to add to style.css as well?
    (Apologies – I am WAY over my skis with this – very rusty.)

    Please provide a link to your website I can’t help you without knowing what you did.

    Thread Starter lisakoo

    (@lisakoo)

    THanks, here is the link. I want to hide the current header and subtitle text, and replace with a logo. I appreciate your help!

    http://www.pinchdecor.com

    duan.nd

    (@duannd-1)

    Có anh chị nào cài theme này rồi không ah?
    Em muốn cài cho trang: http://chungcu.hanoi.vn/

    Cảm ơn

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Editing the Coeur Theme’ is closed to new replies.