Mark
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding text to homepage and not matching other textThanks for the reply. I went to textmode and did not see any names of fonts that I recognize. I inspected element and looked in developer tools and found this code.
@font-face {
font-family: ‘TradeGothicBold’;
src: url(‘fonts/tradegothic-bold-webfont.eot’);
src: url(‘fonts/tradegothic-bold-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘fonts/tradegothic-bold-webfont.woff’) format(‘woff’),
url(‘fonts/tradegothic-bold-webfont.ttf’) format(‘truetype’),
url(‘fonts/tradegothic-bold-webfont.svg#TradeGothicBold’) format(‘svg’);
}
@font-face {
font-family: ‘DroidSans’;
src: url(‘fonts/DroidSans-webfont.eot’);
src: url(‘fonts/DroidSans-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘fonts/DroidSans-webfont.woff’) format(‘woff’),
url(‘fonts/DroidSans-webfont.ttf’) format(‘truetype’),
url(‘fonts/DroidSans-webfont.svg#DroidSans_sansregular’) format(‘svg’);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: ‘DroidSansBold’;
src: url(“fonts/DroidSans-Bold.eot?”) format(“eot”),
url(“fonts/DroidSans-Bold.woff”) format(“woff”),
url(“fonts/DroidSans-Bold.ttf”) format(“truetype”),
url(“fonts/DroidSans-Bold.svg#DroidSans-Bold”) format(“svg”);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: ‘fontello’;
src: url(‘fonts/fontello.eot?18976834’);
src: url(‘fonts/fontello.eot?18976834#iefix’) format(’embedded-opentype’),
url(‘fonts/fontello.woff?18976834’) format(‘woff’),
url(‘fonts/fontello.ttf?18976834’) format(‘truetype’),
url(‘fonts/fontello.svg?18976834#fontello’) format(‘svg’);
font-weight: normal;
font-style: normal;
}/* — Default CSS
————————————————————— */
body {
font-family: ‘DroidSans’, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #666;
background-image: url(images/bg-body.png);It talks about font for the body, tax, banner and other parts of the website. So I’m not sure which one is right. Can you tell me which one is correct from this code? And if so, it should be as simple as highlighting my new text that I’ve written, and then selecting the correlating font from the drop-down menu in visual editor correct? Thanks again for your help and response. 🙂
Forum: Themes and Templates
In reply to: (Theme:Sydney) Add 2nd Call to action button on Header Slider?Wow, thanks so much for the very clear step-by-step directions Lisa. That was a lot, and probably the best post I’ve ever seen here in response to someone’s question. I hope they’re paying you well for what you do. That was great thanks a lot, the button worked fine. I think I’ll direct my questions in the future directly to you here if that’s okay! Thanks again 🙂
Forum: Themes and Templates
In reply to: (Theme:Sydney) Add 2nd Call to action button on Header Slider?Hi, I’m having a similar challenge with my website.
http://www.healingtherapeuticsak.comI’m running local business theme. There is a call to action button with my phone number below the slider. When this theme was introduced to me it was shown with three or four a call to action buttons spread throughout the text on the homepage. One button every few paragraphs. I would like to do this as well.
I found the call to action button settings in the theme settings, I can edit it. But I cannot duplicate it or copy it. I’ve never done code, how can I add a couple more of the same call to action button further down the homepage?
And if I screw anything up how can I undo changes I made mistakenly? Kind of like a control Z. Thanks for your help.