• Resolved dmo85

    (@dmo85)


    Hi eveyone,

    I found out how to remove the page titles (under the jumbotron) in the body, on pages, but for some reason this won’t work on my front page. Any Idea how to do this?

    Also, is there a way to make the footer stretch accross the bottom on the page, instead of bunching up in the bottom right hand corner?

    This is the way it looks now in the bottom right hand corner:

    COPYRIGHT 2016 FINANCIAL DATA MANAGEMENT
    PLC | ALL RIGHTS RESERVED | COMPANY NO.
    2827644 | HI-MAILTM IS A REGISTERED TRADEMARK

    1 More question,

    Is there a way to remove the bottom navbar, but keep the one above the jumbotron unchanged?

    • This topic was modified 8 years, 5 months ago by dmo85.
Viewing 15 replies - 1 through 15 (of 16 total)
  • Theme Author lyrathemes

    (@lyrathemes)

    Can you show me with a screenshot which heading/title you’d like to remove on the front page?

    For the footer, please edit footer.php and change the values of these lines: https://prntscr.com/ctcgk0

    So change
    <div class="col-md-8">
    to
    <div class="col-md-6">

    and
    <div class="col-md-4">
    to
    <div class="col-md-6">

    The theme uses the Bootstrap framework so you can use the classes as described here. Make sure that any changes go in a Child Theme so any theme updates don’t override your changes.

    If you’d like to remove the bottom footer navigation, simply unassign any menus from it or create an empty menu and assign it to that footer location.

    Let me know if you need anything.

    Thread Starter dmo85

    (@dmo85)

    Thanks, I’ll try these out

    Thread Starter dmo85

    (@dmo85)

    Hi again,

    This is the title that I want to get rid of:

    https://prnt.sc/ctcxrj

    Thanks

    Theme Author lyrathemes

    (@lyrathemes)

    Try this code in the Advanced > Custom CSS section:

    .frontpage-content h2.block-title {
        display: none;
    }
    Thread Starter dmo85

    (@dmo85)

    Thanks very much for the help.

    1 more question
    how would I add this code in the middle of the page footer using custom css:
    <?php echo DISPLAY_ULTIMATE_PLUS(); ?>

    thanks

    • This reply was modified 8 years, 4 months ago by Jon (Kenshino). Reason: Added code block
    Theme Author lyrathemes

    (@lyrathemes)

    Do you want to add that PHP code in the footer file? You’ll need to edit the footer.php file.

    Thread Starter dmo85

    (@dmo85)

    Yeah I want to add it to my footer, but using a custom css plugin, so that when I update the theme I can keep the changes. Does this make sense?

    Theme Author lyrathemes

    (@lyrathemes)

    What is the plugin you’re trying to use?

    Thread Starter dmo85

    (@dmo85)

    It’s WP Add Custom CS

    Thread Starter dmo85

    (@dmo85)

    WP Add Custom CSS

    Theme Author lyrathemes

    (@lyrathemes)

    Is there a particular reason you’re using this plugin? You can add custom CSS using the theme as well. Just go to Appearance > Customize > Advanced > Custom CSS and enter your CSS code in the textarea provided.

    Thread Starter dmo85

    (@dmo85)

    Hi Again,

    Regarding editing the footer.php

    I tried this and I still can’t get the footer text to stretch across the bottom in one line, is there a way to do this using the custom css section built into the theme?

    I’m trying to get the footer to look like this
    https://prnt.sc/cvg0m1

    Thank you very much

    • This reply was modified 8 years, 4 months ago by Jon (Kenshino). Reason: removed unncessary html that was breaking layout
    Theme Author lyrathemes

    (@lyrathemes)

    You’re trying to expand this area here? https://prntscr.com/cvg563

    Hi @dmo58,

    Do you mind explaining how to remove the page titles in the body, on pages?

    I would really appreciate it.

    Thank you

    Thread Starter dmo85

    (@dmo85)

    Hi, yes I am trying to expand that part, so that it extends across the page, preferably in one long line at the bottom…possible?

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘How to remove the page title from the Front Page’ is closed to new replies.