Need to add info to theme, but do not know css
-
I am using the Frontech theme and on the header there are a number of social icons of which some I need and some I do not. I have blocked the one I do not want, but I want to add a new social icon and I do not know CSS only HTML. I did change some info on the Header area by removing the name of one social icon I do not want, but that did not add my new info. What else do I need to change on the header area in the theme editor area to get this to work. If some could write me a couple of lines to add in the CSS area, I think that would work.
-
Here is the copy of the pinterest link and also a copy of the link that had the Vimeo link, but I changed it to the Tumblr Link and that did not work. Did I do it right? If so, that is good, but the website still did not change. I must need to change something else in the theme editor but I do not know what to change. Can someone help, please. Thanks.
THere is a place to add CSS to change the theme, but I have no idea how to write CSS. Thanks.(I made this from a copy of one of the other social options)
}
if ($kyma_theme_options[‘social_tumblr_link’] != ”) {
?>
” target=”_blank”>
<i class=”fab fa-tumblr-square”></i>
<?php
}
(THis is a copy of the pinterest link in the theme editor that I copied to make the Tumblr link.)
if ($social_pinterest_link != ”) {
?>
” target=”_blank”>
<i class=”fab fa-pinterest”></i>
<?php -
Hi there!
What’s the address of the site you’re working on?
Please note that these forums are for WordPress.com hosted sites only. If your site is using the open-source WordPress.org software, we won’t be able to help you out and you’ll want to seek help at these forums:
- The topic ‘Need to add info to theme, but do not know css’ is closed to new replies.