-
Author
-
September 29, 2013 at 20:45 #3506Santos RamosParticipant
Hello! I have few questions abut how to make changes to the theme.
1) How do I edit the child theme?
Do I need to copy the sweetdate/functions.php to the child theme?2) The about text info has double space. How do I fix it?
Please view pic below.
http://ridepond.com/images-san/ride.jpg3) How do I replace the heart icon from the images?
I think it need to be change in the child theme but I don’t know how to do it.
Please view pic below.
http://ridepond.com/images-san/ride.jpg4) Where can I change the color of the pink color of the button and the heart.
Please view pic below.http://ridepond.com/images-san/ride.jpg
Thanks for the help!
September 30, 2013 at 00:32 #3523SQadminKeymasterHi,
1.You don’t need to add the functions.php from the main theme. Child theme already contains a functions.php. You just add extra code that changes stuff in the theme
2. You can add this to Sweetdate -> Styling options -> Quick css:COPY CODE.regulartab dd {line-height:20px;}
3,4. This topic shows how to replace hearts: https://archived.seventhqueen.com/forums/topic/removereplace-the-love-hearts-in-site
The color is given by the “alert” class added to the button in page-parts/general-register-modal.php line 26. Remove that from the class attribute.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 30, 2013 at 04:24 #3578Santos RamosParticipantThanks for the help.
1) The css code did not change the line spacing. Is there anything else to try?
2) I was not able to change the color of the button but I can live with it.
3) I deleted 2 of the images from ( about us – Meet out team )
how can I center the single image on the page?Thanks again.
SantosOctober 1, 2013 at 00:27 #3611SQadminKeymasterHi, Please add this css:
COPY CODE.regulartab dd p, .regulartab dd {line-height:20px;}
3. You shoud replace kle_one_third shortcode with kleo_one
Example:COPY CODE[kleo_one][kleo_img_rounded src="http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/small_thumb_03.png"] [kleo_h4]Becca Morgan[/kleo_h4]Founder Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. [kleo_icon icon="twitter-sign" size=2x] [kleo_icon icon="facebook-sign" size=2x] [kleo_icon icon="pinterest-sign" size=2x] [/kleo_one]
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.