Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #602899

    Hi
    I am “playing” with the web page to learn it.
    Is there a way to display the Site Title and Tagline in the Header Section?
    If one can show the Site Title and Tagline in the Header Section, are there ways to adjust the way the Site Title and Tagline would look (like changing the size of the letters or choices of background colors behind the letters?)
    (I can get rid of the picture that is being used for the logo area of the web page – if that would give me more options?)
    Thank you for your help.

    #602919

    Hi @happyworld ;

    Is there a way to display the Site Title and Tagline in the Header Section?

    Dashbord > Theme Options > Header > Header Layout > Header Title and Breadcrumbs
    But don’t forget to check in the page admin “Layout / Title Bar Settings”

    are there ways to adjust the way the Site Title and Tagline would look

    By adding this lines in the Quick CSS field you can change the familyn size and color oft the “page TITLE” and “BREADCRUMB”, adjust them as you like.

    h1 #top .title_container {
    font-family:XXXXXXXX !important ;
    font-size: XXpx !important ;
    color: #XXXXX !important ;
    }

    .title_container .breadcrumb {
    font-family:XXXXXXXX !important ;
    font-size: XXpx !important ;
    color: #XXXXX !important ;
    }

    BUT,
    the most important thing is to start with :
    Enfold documentation which will certainly help you.

    #602974

    Hey!

    You can also add widget area to your header by referring to this thread – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    @begrafiks
    thanks! :)

    Cheers!
    Yigit

    #606588

    Thanks for everyone help
    Still learning how to do this.
    Ideally, trying to have the Site Title (“Live Your Life Learning”) and the tagline of the website (“live laugh learn love”) be shown on the top of every web page in the web site.
    My guess is I can create a widget to be shown in the Header area??
    And then put the Site Title and Tagline of the website in the Widget area??
    I do see example of code to put in the functions.php file.section; I am guessing you find this section in the Appearance/Editor section?? And I can find a choice that says “functions-enfold.php”. Is “functions-enfold.php” the same as “functions.php”??
    Any help would be useful. Thanks for your help.

    #606599

    Hi!

    Please add your code to only functions.php

    To create a header widget please follow this tutorial

    You can then add text widget and put your text content in the widget area.

    Best regards,
    Vinay

    #607200

    Thanks for your help. My guess is the functions.php found in the Appearance/Editor section. But I cannot find the functions.php choice on the right side of the computer. Do you know where the functions.php choice is on the right side of the screen – is it at the beginning, middle or last part of the list? This is not a critical part of the web page, just “tweaking” it – just exploring to changing the web page a little bit; but the change is not of critical importance. Thanks for your help.

    #607370

    Hi,

    You can try searching for it on the page (ctrl/cmd+f)

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.