Viewing 8 posts - 21 through 28 (of 28 total)
  • Author
    Posts
  • #10864
    Raminder
    Member

    @Sakin

    For the border box I don’t mean the featured image. If you scroll down I have a subscribe box and news box – how do you properly put a border around those?

    I have tried the ‘Homepage Featured Content’ but the images are not the same size as the slider. I think I am using the wrong thing. Where is the featured page slider?

    Thank you!

    #10876
    Sakin
    Keymaster

    @Raminder: I am bit lost with your question. I check in your site at http://soton-fifc.co.uk/ and I scroll down. Then I see “Join our mailing list” box. But I don’t know how you added those box. As there is custom inline border which cannot be replaced by css. You first need to remove that inline border then only we can control though custom css.

    Are you talking about Homepage Featured Content or Slider. I thought you are talking about the slider. If you want to link the Homepage Featured Content to page then you have to add the link in “Link URL” your Homepage Featured Content Options that you will find in “Appearance => Theme Options => Homepage Settings”.

    #10890
    Raminder
    Member

    @Sakin Yes, I have been a bit unclear with what I am stuck on.

    The border – If I remove the custom inline border, how do I add a border around the ‘join out mailing list’ contact form?

    I mean the Featured Image Slider. I would like each image to link to a different page. You mentioned using the featured image page slider however I can only find the post slider. How can I find this?

    Thanks

    #10894
    Sakin
    Keymaster

    @Raminder: About your join Now. I don’t know how you have added and also let me know what exactly you want.

    About the Slider, Sorry I didn’t see that you are using Catch Everest Free theme. The page slider and image slider both are there only in pro version. See the additional feature in pro version at http://catchthemes.com/theme-instructions/catch-everest-pro

    #10929
    Raminder
    Member

    @Sakin I have added this in the text editor (not CSS)

    <div style=”width: 300px; height: 280px; border: 10px double grey;”>
    <p style=”padding-left: 5px;”><span style=”font-size: 14px;”><span style=”font-family: georgia, palatino;”>Join our mailing list to receive updates, application hints and improve your industry knowledge!</span></span></p>
    [contact-form-7 id="481" title="Subscribe to our mailing list!"]
    </div>

    However I would like to take the <div> out and create a border in the CSS (if that is possible)

    I think I shall take the plunge and buy the Pro (The main reason is because of the support I have got already – It is much appreciated!)

    #10939
    Sakin
    Keymaster

    @Raminder: Thanks for your appreciation. If you are satisfied with the code inside your editor. That is fine. You don’t need to replace with the css.

    Let me know what you want to do. Then just create that and let me know where to add the border and details. Then I will send you the css.

    #10995
    Raminder
    Member

    @Sakin I have decided to take your advice and leave it as it is. It seems fine like that 🙂

    However I do have more questions! 🙁 (Sorry!)

    On this page http://soton-fifc.co.uk/company1/ I would like to remove the white space between the ‘University of Southampton’ banner and the menu. I have some code in my CSS which I thought would do the job…but it didnt.

    Secondly, in the footer, I have added the social media links in the sidebar footer. However can I place this in the actual footer? Do I need a HTML shortcode to do it somehow?

    Thank you!

    P.S. I am liking the pro version!

    #11092
    Sakin
    Keymaster

    @Raminder: I see that you have added the following CSS in “Custom CSS” box.

    .page .entry-title {
        display: none;
    }

    Replace the above css with the following

    .page .entry-header {
        display: none;
    }

    There is no option to add in the footer black space. You can add widget in Footer Widgets areas and sidebars.

    But since you are using Catch Everest Pro theme, there is small trick. First add the social icon widgets in sidebar or footer widgets. Then get the view source and add the html code in the footer editor.

Viewing 8 posts - 21 through 28 (of 28 total)
  • The topic ‘Header and Writing on Featured Post Slider’ is closed to new replies.