Insert any things in header next to de logp

This topic has 15 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler

  • Avatar: spallsport
    spallsport
    Participant
    May 11, 2018 at 13:01

    Hi, I need to inser any things next to de logo on my site, for example my contact information and one text box for my customers can contact me, for example, Do you want contcat us? give us your phone

    Is possible?
    Thanks

    14 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 11, 2018 at 13:09

    Hello,

    You can edit the file header.php. We recommend making changes in the child theme not to lose changes after the theme update.

    Regards

    Avatar: spallsport
    spallsport
    Participant
    May 11, 2018 at 13:17

    Ok, thanks I try and tell you anything
    Best regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 14, 2018 at 08:35

    Hello,

    Ok. Feel free to ask if you have any other questions.

    Regards

    Avatar: spallsport
    spallsport
    Participant
    May 16, 2018 at 09:34

    hi, I try, but I don´t know how to see the child theme..
    I don´t know to see the results of my changes.
    Sorry

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 16, 2018 at 10:00

    Please make required changes in child theme and activate this theme on your site in Appearance > Themes. If changes have been done correctly the effect will be visible. Do not forget to clear cache.

    Regards

    Avatar: spallsport
    spallsport
    Participant
    May 16, 2018 at 17:17

    thanks but I don´t get to insert a text with: ” Contact: phone-935363601 mail-spall@spall.es” in a same color of top bar…
    I try in diferent spaces in the header, but I dont see anything 😉

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 17, 2018 at 08:45

    Hello,

    Please see an example – http://prntscr.com/jiy74y > http://prntscr.com/jiy7cp
    <div class="contact-us"><div>Custom text</div></div>

    .header .contact-us {
        display: table-cell;
        vertical-align: middle;
    }

    Regards

    Avatar: spallsport
    spallsport
    Participant
    May 17, 2018 at 09:52

    Sorry but I put this: <div class=”contact-us”><div>Custom text</div></div> in the same place of your picture and this I put in the custom css of page:
    .header .contact-us {
    display: table-cell;
    vertical-align: middle;
    }

    But I dont see anything in mya page
    I have put color: #ffffff; –> for white color to see in the black backgroud of my header but I dont see anything

    Sorry

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 17, 2018 at 10:16

    I’ve edited your legenda-child/header.php file via FTP. Please clear cache and check now – http://prntscr.com/jizde0
    I do not see the custom code via the console on your site. Whare you added the code? Please add required custom css in style.css file of the child theme.

    Regards

    Avatar: spallsport
    spallsport
    Participant
    May 17, 2018 at 11:18

    Very good now yes!! thanks

    Avatar: spallsport
    spallsport
    Participant
    May 17, 2018 at 11:30

    Sorry but I see I have to change in legenda child in stylecss and header.php, Why? IF i change anything in Legenda, Not run…
    And I change size of letters and color but I don´t get to put in only line and more to left, is possible?
    thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 17, 2018 at 12:24

    We recommend making changes in template files via child theme to prevent losing them after theme update. css code can be added in custom.css file of parent theme or in style.css of the child theme and this code won’t be lost after theme update.
    Please change:

    .header .contact-us {
        display: table-cell;
        vertical-align: middle;
    }

    to

    .header .contact-us {
        margin-top: 30%;
        margin-right: 25%;
    }
    @media only screen and (max-width: 890px) {
        .header .contact-us {display:  none;}
    }

    Regards

    Avatar: spallsport
    spallsport
    Participant
    May 17, 2018 at 13:55

    thanks for yours recommendations, I will do this.
    Now is good the code, very good
    Thanks!!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 17, 2018 at 14:01

    You’re welcome!

    Regards

  • Viewing 15 results - 1 through 15 (of 15 total)

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.