Important Note


We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community



InkThemes Support Forum » Real Photography Theme

[closed]

Remove Slider

(12 posts)
  1. Mikejp
    Member

    Member
    Joined: Jul 2012
    Posts: 19

    Hi there, how do I remove the image slider from the home page? Thanks!

    Posted 10 months ago #
  2. Mikejp
    Member

    Member
    Joined: Jul 2012
    Posts: 19

    Also, I just attempted to add images to my pages, which are set up with the Full Width Page Template. No matter what size I choose the images to be, they turn out incredibly large and pixelated. Is there a way to adjust them so they are a more reasonable size? Thanks

    Posted 10 months ago #
  3. Mikejp
    Member

    Member
    Joined: Jul 2012
    Posts: 19

    Please disregard the second question, I found the answer within the forum. I am still interested in the solution to my first question though. Thanks

    Posted 10 months ago #
  4. Mikejp
    Member

    Member
    Joined: Jul 2012
    Posts: 19

    Sorry for all the questions here, but I have a couple more as well. Is there a way to place the logo and menu bar on the same horizontal line, as in next to each other, rather than the logo residing above the menu bar? Also, how can I change the font of the Menu text?

    Thanks!

    Posted 10 months ago #
  5. Harmeet
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,794

    Put the following code in custom css

    Appearance-> theme option -> styling options -> custom css

    .pikachoose {
    display: none;
    }

    By this code you can remove your slider

    #menu li a {
    font-family:'Your font';
    }

    And by this code can change the font of the menu. Put your font name in place of "Your Font".

    And to make the Logo and menu on the same line it needs customization work, you need to call freelancer to do that.

    Thanks.

    Posted 10 months ago #
  6. Mikejp
    Member

    Member
    Joined: Jul 2012
    Posts: 19

    Thanks for your reply and the information. I'm not sure if this pertains to the theme exactly, but when I insert an image into a page and turn text wrap on, the words lineup extremely close with the image and I can't get an appropriate space between the image and the words. Is there a way to fix this? Also, how do I remove a page title but still keep the page in the menu? I would like to remove the centered "About" on the top of the page and just have the left sided "About." When I delete the title of the page, however, there is no name for the page in the menu.

    Here is a link for both question's reference: http://test.alliancehcpartners.com/about-4/

    Thanks!

    Posted 10 months ago #
  7. Gourav
    Support Staff

    Support Staff
    Joined: Jun 2012
    Posts: 1,735

    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .main-content .page-info h1.page-title{
    display:none;
    }
    a img.alignleft{
    margin: 0px 12px 0px 0;
    }

    Thanks.

    Posted 10 months ago #
  8. Mikejp
    Member

    Member
    Joined: Jul 2012
    Posts: 19

    Thanks, that worked great. Could you also let me know how to get rid of the dotted line that lies below the menu bar on all the pages but the Home page?

    Thanks

    Posted 10 months ago #
  9. Gourav
    Support Staff

    Support Staff
    Joined: Jun 2012
    Posts: 1,735

    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .page-bar h1.page_title{
    border-bottom:none;
    
    }

    Thanks.

    Posted 10 months ago #
  10. Mikejp
    Member

    Member
    Joined: Jul 2012
    Posts: 19

    This didn't seem to take care of them problem. Is there something else that can be done? Also, how would I be able to change the font of the text on the pages?

    Thanks

    Posted 10 months ago #
  11. Gourav
    Support Staff

    Support Staff
    Joined: Jun 2012
    Posts: 1,735

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .main-content .page-info{
    border-bottom: none;}
    
    p{
    font-family:your font type;
    }

    Thanks.

    Posted 10 months ago #
  12. Mikejp
    Member

    Member
    Joined: Jul 2012
    Posts: 19

    This time it worked great. I appreciate the help!

    Posted 10 months ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.