chemeridart
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] remove cart icon in cart total in topbarthanks!
changed [ to {.cart-contents .icon-shopping-cart
{display:none;}Forum: Themes and Templates
In reply to: [Virtue] padding spacing of productsthere used to be spacing between the products.
Forum: Themes and Templates
In reply to: [Virtue] topbar email linkswitched browsers and the formatting seems to be back to normal. except the theme options tab looks different, still functional though.
now the mail link works.
Thank you for all of your help!
Forum: Themes and Templates
In reply to: [Virtue] topbar email linkit’s on a local server. something screwy is happening though. all of the sudden everything is center aligned. the icon menu and footer are all center aligned. theme options looks really messed up. all the icons are on the left, but you have to scroll past the icons to make any of the adjustments (on/off switches). i created a child theme hours ago and updated everything, but everything was working fine for several hours afterwards.
ahhh!Forum: Themes and Templates
In reply to: [Virtue] topbar email linkwhen i put mailto:[email protected] in the link field for the topbar mail icon, the link doesn’t work properly.
on the webpage, if i hover over the topbar icon it shows localhost/wordpress/mail to:[email protected] at the bottom.
Forum: Themes and Templates
In reply to: [Virtue] change color of "buttons" on header and footerthanks again! you’re such a great help!
Forum: Themes and Templates
In reply to: [Virtue] change color of "buttons" on header and footerno it doesn’t. i was using the product search widget. i just changed to the virtue search by disabling the widget area in the right of topbar.
i had a little breakthrough last night and figured out how to manipulate the product search widget if the widget area is still enabled:
#searchsubmit {border: none; background: #3d3d3d; font-size:12px; border-radius: 33px; }
#s {font-size:12px; border-radius: 33px;}
input#s{
width:120px;
padding:0px;
text-align: center;
}hopefully my last question regarding this topic:
the virtue search in topbar only searches my listed products, correct? or products and posts?Forum: Themes and Templates
In reply to: [Virtue] add tumblr to social links and centerit worked! thank you!
Forum: Themes and Templates
In reply to: [Virtue] add tumblr to social links and centermy site is only on a local server right now. i could take a screenshot?
the footer is set to have 3 sections. the text in all sections were centered using:
#containerfooter {
text-align: center;
}however, the virtue-social link widget remained left aligned. or since i’m not using all possible social links (only using 3) there is still remaining space to the right that would accommodate for the links i am not using, and that’s why it looks left aligned?
i hope this helps. i’m obviously a newbie.
oh, and thank you for adding tumblr in the next update!
Forum: Themes and Templates
In reply to: [Virtue] change color of "buttons" on header and footermy site is only on a local server right now. i’m fairly new at this, but i assume i can’t link to it. i tried to take a screenshot but can’t seem to add that to this response.
the search button is in the topbar of the site. the button itself is light grey and the text is white. the view cart and check out buttons are in the footer and are a part of the cart widget. i just realized they are both a part of woocommerce widgets, so i will start this post in the appropriate forum.
thank you for your time!
Forum: Themes and Templates
In reply to: [Virtue] removing the widget titles in footeroh and yes i’m using woocommerce.
Forum: Themes and Templates
In reply to: [Virtue] removing the widget titles in footerthank you! worked perfectly. i figured out that I can change the titles through the widgets themselves, but removing them all together was exactly what i wanted.
thank you so much!
Forum: Themes and Templates
In reply to: [Virtue] remove grey lines above and below titleit’d still be useful to know but they were removed by removing the page titles with:
.page-header {
display: none;
}