Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Centre Gallery Images #272349

    Yes that worked! Thank you so much.

    in reply to: Centre Gallery Images #271546

    Hi Skandha,

    I made a test page at the following:
    https://wafflesandlamingtons.com/test-page/

    I centered this gallery photo in the page create area but it is still coming up left aligned.

    Thanks,
    Theo.

    in reply to: Change Font Colour of Blog Comments #271545

    Hey Skandha,

    Yes this worked!

    Thank you very much.

    Kind Regards,
    Theo.

    in reply to: Centre Gallery Images #271442

    Hi Skandha,

    Sorry but this didn’t seem to change anything.

    Thanks,
    Theo.

    in reply to: Centre Gallery Images #271347

    Hi Skandha,

    We haven’t actually posted a blog with a single gallery image due to this issue as we don’t want to have a blog up which looks wrong.

    But for reference, this is one of our blog posts:
    https://wafflesandlamingtons.com/albarracin-guide-to-exploring-the-authentic-city/

    All images centre align fine, it’s just when we post a single gallery image (we want to do this as we like how the title shows within the picture in gallery view).

    Thanks,
    Theo

    in reply to: Social Media Links #271236

    Okay no worries, thank you for the feedback!

    in reply to: Move Blog Title Heading #265153

    Hello,

    Update, I have found a work around to remove the blog heading in the media using the following code:

    /*Change size of media text for blogs, set to be removed currently*/
    .custom-header-content .entry-title{font-size: 0% 
    	}

    However, if you could still identify if there is a way of positioning the heading below the media that would be great. As I would prefer this to manually inserting a heading in each blog text.

    Thanks,
    Theo.

    in reply to: Blog Title Colour #265152

    Hi tikaram,

    Sorry late reply to this, I thought I would let you know.
    While I am using the CSS Code to change the colour of the text links from white to black

    /*Change link colours to black*/
    a {
        color: #000000
    }

    I am unable to also use the code to change the hover colour, it seems to be that only one of these codes will work at a time.

    Thanks,
    Theo.

    in reply to: Change Menu Font Colour #261345

    No need to respond to this, found the following CSS code:

    /*Change colour and size of menu text*/
    .main-navigation a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 90%;
    }

    in reply to: Blog Title Colour #261343

    Note: I managed to change the default colour from white to black using the following CSS code:

    a {
    color: #000000
    }

    However, if you could assist with changing colour from orange that would be great.

    Thanks.

    in reply to: Blog Title Colour #261330

    Additionally to this, is there a way to set the default text colours to new colours? thanks.

Viewing 11 posts - 1 through 11 (of 11 total)