Header questions - by ljesha - on WordPress WooCommerce support

This topic has 6 replies, 2 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp

  • Avatar: ljesha
    ljesha
    Participant
    March 7, 2015 at 09:59

    1)I would like the code to control all text in breadcrumbs – main, path and “return to previous page”

    2)Also in header #10 the main menu has borders but only top and bottom, how do I “close” it from left and right?

    3)How do I add side borders to entire website in boxed layout?

    4) Is it possible to add a widget in main header, between logo and my account,logout links? I would like to add a facebook like button there and a link to facebook page with an icon, similar like this website in http://www.protivit.hr/pocetna/

    5)Is it possible to have first button in main menu be a home icon also similar like the website mentioned above?

    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    March 7, 2015 at 19:18

    Hello,

    1. Please clarify what exactly you want to change in breadcrumbs.
    2./3. Please provide us with your site url.
    4. Unfortunately you can’t use widgets in this case. You have to edit php files to achieve what you want.
    5. You can use some 3rd-party plugins to add icons to the menu.

    Regards,
    Eva Kemp.

    Avatar: ljesha
    ljesha
    Participant
    March 7, 2015 at 21:10

    1)I want to be able to control font, position, size, color etc. for all text that is in the breadcrumbs. As I see it there is the current page text that is h1, but the path underneath and “back to previous page” text are white so you don’t even see them now on the site.
    And I would like to be able to customize their positions not just left and center in theme options.

    2,3 Private content

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    March 8, 2015 at 21:24

    Hello,

    1. To modify breadcrumbs title use this code:

    .page-heading .title {
        color: #603913;
        font-family: PT Sans;
        font-size: 14px;
    }

    Write your own modifications.
    To change breadcrumbs style use this code:

    .breadcrumbs {
            color: blue !important;
    }
    .back-history {
        font-family: FontAwesome;
        font-size: 9px;
        color: #000 !important;
    }

    2. As I see your menu items have borders. Could you please clarify with more details where you want to add borders or show a screenshot?

    3. To add borders to boxed layout use this code in custom.css file:

    .boxed .st-container {
      border: 1px solid black;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: ljesha
    ljesha
    Participant
    March 9, 2015 at 09:42

    Thank you very much, the page border solved the menu as well.
    Great support so far!

    Avatar: Eva
    Eva Kemp
    Support staff
    March 9, 2015 at 12:03

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

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

The issue related to '‘Header questions’' has been successfully resolved, and the topic is now closed for further responses

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