Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3731189
Customize header text
Open

Comments

  • flood1j started the conversation

    How can I customize the header text on the Soledad theme so it's the name of my blog? Is that possible, or is it only possible for me to upload an image to constitute my header? 

    I would like the text that now says "Soledad" in my header to instead be the title of my blog, A Cookable Feast, but I can't for the life of me figure out how to change it. Thanks!

  •  2,540
    PenciDesign replied

    Hi,

    To change the site name, go to the dashboard → Settings → General → Site Title, and update the site name in the corresponding field.

    If you want to replace the 'Soledad' text, navigate to Pages → All Pages, locate the page that includes 'Soledad' in the title, and modify it accordingly.

     

    Regards,
    PenciDesign.

  • flood1j replied

    Hi PenciDesign team,

    Thanks for this information. What I am wanting to change is the text in the header that comes with the Soledad theme - that says "Soledad" - as shown in the attached screenshot. I would like to change that to my blog name. Is that possible to do, or is the only way to change the header to upload a banner header image?

    Thanks,

    Jackie Flood

    Attached files:  PenciDesign Ticket Screenshot.png

  •  2,540
    PenciDesign replied

    Hi,

    This is a logo of your site. Please go to Appearance → Customize → Logo & Header → Logo: upload the logo at this panel.

    Regards,
    PenciDesign.

  • flood1j replied

    Hi PenciDesign team,

    Thanks for the information. I don't want to use a site logo. Is there any way I can have the header instead be a text title of my site? Thanks.

  •  2,540
    PenciDesign replied

    Hi,

    Please create a custom header layout by following the document below:

    https://www.youtube.com/watch?list=PL1PBMejQ2VTwp9ppl8lTQ9Tq7I3FJTT04&v=kUFqsVYyJig

    Regards,
    PenciDesign.

  • flood1j replied

    Hi Penci Design team,

    I watched the video, but it doesn't answer my question. I wanted to know whether it was possible to replace the logo image (that currently says "Soledad") with a free-text title of my site. Is this possible? Thanks.

  •  2,540
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .inner-header #logo a img {
      display: none;
    }
    .inner-header #logo a:before {
      content: 'acookablefeast'; /* change the text at this line*/
      font-size: 32px;
      font-weight: bold;
      line-height: 1;
      color: var(--pcheading-cl);
    }

    Regards,
    PenciDesign.