• Resolved iqbalperdana

    (@iqbalperdana)


    Hi all.
    how can i add something like link or logo on bottom page. Just like this picture.

    https://pbs.twimg.com/media/CDZ2isNVEAAW4jW.png:large

    Thnks.
    (y)

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi iqbalperdana.
    1. Theme Options > Footer > Footer Widget Columns; select 4 columns; Save Changes
    2. Widgets > Sidebar Footer 1, add an empty text widget
    3. Widgets > Sidebars Footer 2 and Footer 3, add a text widget and your links
    4. Style and position using css classes “footer-widget-2” and “footer-widget-3”

    Thread Starter iqbalperdana

    (@iqbalperdana)

    Hi bdbrown, thnks for fast assistn.
    But i dont understand about no 4. Could you please elaborate it for me? Im newbie for this stuff.

    Tnks

    When you create the footer sidebars they are generated on the page with class names; footer-widget-1, footer-widget-2, footer-widget-3 and footer-widget-4:

    <div class="footer-widget-1 grid one-fourth">

    So, if you want to change the text color or background or font, for example, you would target the specific widget by using the class:

    /* make the widget heading red */
    .footer-widget-1 h3 {
      color: #f00;
    }

    Here are three articles that explain more about css and how it is applied.
    https://www.htmldog.com/guides/css/beginner/
    https://www.w3schools.com/css/default.asp
    https://www.w3.org/Style/Examples/011/firstcss.en.html

    Does that help?

    Thread Starter iqbalperdana

    (@iqbalperdana)

    Well done, its work and thank you so much for that article recomendt.
    Thnk for fast respond bdbrown
    (y)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add Link or something on Bottom (trademark footer)’ is closed to new replies.