Access Html

Home Forums All Other Themes Access Html

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #33936
    NatashaNatasha
    Member
    • Topics: 3
    • Replies: 3
    • Total: 6
    Member since: April 13, 2016

    I’m trying to access the html code for this site- especially the section 1 ‘Pleasure and Taste in One Place’ – I am trying to make all my images the same size through html.
    http://www.optimodesigns.com/kakeswithlove/

    #33972
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi Natasha,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    #pleasure-box img{height:210px;}

    Regards,
    Brad

    #34096
    NatashaNatasha
    Member
    • Topics: 3
    • Replies: 3
    • Total: 6
    Member since: April 13, 2016

    Thanks that’s done the trick. However I have quite a number of changes including I would like to centre the ‘Your Baker’ information including image. Can changes only be added via CSS box?

    #34156
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    CSS box ensures these changes don’t get removed if you upgrade the theme in future.

    Regards,
    Shri

    #34897
    NatashaNatasha
    Member
    • Topics: 3
    • Replies: 3
    • Total: 6
    Member since: April 13, 2016

    Thanks, but I’m not very good using CSS, so I would like to access the raw HTML codes?

    #35012
    NatashaNatasha
    Member
    • Topics: 3
    • Replies: 3
    • Total: 6
    Member since: April 13, 2016

    Hi I’m trying to centre the picture of the baker in section 3.

    #35044
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi Natasha,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    #bakers-box {display: block;float: none; margin: 0 auto 20px; auto;}

    Regards,
    Brad

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.