paulchas1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image in top right of headerI added the existing logo to the custom/add logo part of the sommerce theme control panel. Unfortunately this does not offer the possibility of adding 2 logos side by side as it were… I guess I could combine the logos together and add as 1 ? Just thought there might be a cleaner code solution , which will enable me to avoid merging graphics together… not a strong area for me !!
Have tried the sommerce forum (from a company called yiw) will also put on themeforest.
cheersForum: Fixing WordPress
In reply to: Replace list-style-typeThanks all, I went down he route of applying the background: none to the custom css section , rather than changing anything in the style.css. Is this good practice? To me it makes more sense to have any changes made to style in one place and I understood by doing it in the custom css section this would not be overwritted by future theme updates etc. Is this correct? Appreciate your advice so i start well.
cheersForum: Fixing WordPress
In reply to: Replace list-style-typeThanks for this reply… can this code be inserted to the custom css section of the theme, or does it need to be directly replaced as you infer? I have placed into the the custom css, but doesnt seem to be having the desired effect.
Thanks,
Forum: Fixing WordPress
In reply to: Category text colour in category widgetThanks both… followed your route alchymyth and got the desired result (for now at least). I will check out w3schools in between the day job 🙂
Cheers,Forum: Fixing WordPress
In reply to: Category text colour in category widgetthanks for that but still no joy… now have
.widget_product_categories ul li .product-categories
{
color: #551A8B !important;
background-color: #DDDADA !important;
font-weight: bold !important;
padding: 10px !important;
}Forum: Fixing WordPress
In reply to: Category text colour in category widgetWell looks like it isnt spelled color either, still isnt working 😉