Home › Forums › All Other Themes › Access Html
- This topic has 6 replies, 3 voices, and was last updated 7 years ago by
Forum Moderator.
-
AuthorPosts
-
May 17, 2016 at 9:05 pm #33936
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/May 18, 2016 at 5:59 am #33972Hi Natasha,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
#pleasure-box img{height:210px;}
Regards,
BradMay 18, 2016 at 8:53 pm #34096Thanks 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?
May 19, 2016 at 9:23 am #34156CSS box ensures these changes don’t get removed if you upgrade the theme in future.
Regards,
ShriMay 25, 2016 at 7:42 pm #34897Thanks, but I’m not very good using CSS, so I would like to access the raw HTML codes?
May 26, 2016 at 8:25 pm #35012Hi I’m trying to centre the picture of the baker in section 3.
May 27, 2016 at 5:27 am #35044Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.