• Resolved Sitebuilder

    (@valetrends)


    Hi

    I am new to Hestia. And I have a couple of questions about basic stuff I don’t know how to do in this theme.

    1. How do I change the site-title’s size? I am talking about the title “Valuetrends” up to the left. I don’t know how to change the font and size of this text. I also want to change the size and be able to change the size of the pages up in the header section as well. Right now they are pretty small.

    2. How do I create a contact form that is visible? I want a button called “Contact us” somewhere up to the right.

    3. How can I make the space between the top part, that is now white, and the article and widget area, that also is white, close the area between each other that is now blue? I don’t want that spacw between them. Or at least have very little space there.

    4. When I click on the header-page “research – stock analysis” I get a gallery view of these posts. Which is what I want. But the text of the article headlines are black, so it is not visible against the background here. How can I make the article headlines be white here intead of black? But only in this section. And still keep the black article headlines on the main homepage?
    I mean this URL: [ redundant link removed ]

    5. How do I change the text going ”Hestia Developed by ThemeIsle” in the bottom? I want it to say: “Copyright 2019 Valuetrends all rights reserved” or something like that instead.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • navigation in css (customiser)|
    .navbar .navbar-nav>li>a{ font-size: 14px; }

    color of menu |
    .dropdown-menu li:hover > a {
    background-color: #CE447A;
    color: #1d40e0 !important;
    }

    site title is customisable option in the customiser itself

    Change your information in the customiser| footer options

    Change behaviour of menu text ( research) by making the text unclickable, so don’t add a link but make special link with | URL #

    In order to loose the second menu in the footer you need to create a new menu and leave it empty. In customiser set your primary menu.

    Thread Starter Sitebuilder

    (@valetrends)

    Ok.

    This code worked: navigation in css (customiser)|
    .navbar .navbar-nav>li>a{ font-size: 14px; }

    And I managed to change the size of the font, of the pages, in the top header, with that.

    The other code (this one) did not do anything. Maybe I should do some more than just pasting it in CSS: color of menu |
    .dropdown-menu li:hover > a {
    background-color: #CE447A;
    color: #1d40e0 !important;
    }

    “site title is customisable option in the customiser itself”. Hmm I don’t understand where it is possible to change the size of my site name(Value trends) that are to the left in the header, of the pages. I did not find that in the customizer.

    “Change behaviour of menu text ( research) by making the text unclickable, so don’t add a link but make special link with | URL #”
    Where can I do this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘New to Hestia – A few questions about the basics’ is closed to new replies.