Several CSS Questions
-
I am not currently using the Pictorico theme as I have some CSS issues to resolve before I can take the theme live. Some of my questions:
1. I’ve successfully changed the colour of my buttons to #CEA6DB, but they have a different colour underlining them (a light blue). That light blue also appears as the hover colour. Any idea how to rectify this?
Current code:
button, .button, input[type="reset"], input[type="button"], input[type="submit"] { background: #CEA6DB; border-color: #CEA6DB; box-shadow: 0 0 4px 0 #CEA6DB; }
2. I have tried every CSS code I can find, but for whatever reason some of the links in my posts will not change from the standard blue of Pictorico. I have no idea why. Any ideas?
Current code:
.entry-content a:link { color: #7B5C88; } .entry-content a:hover, .entry-content a:active, .entry-content a:link { color: #7B5C88; } .main-navigation ul li a { color: #7B5C88; } .main-navigation ul li a:hover { color: #7B5C88; } .menu-toggle ul a:hover, .main-navigation.toggled .nav-menu ul a:hover, .site-title a, .main-navigation ul li:hover > a, .main-navigation ul li:hover > a:visited, .main-navigation ul .current_page_item > a, .main-navigation ul .current-menu-item > a { color: #7B5C88; }
3. I have successfully removed the date from grid view, but there is still a small blue rectangle above the post title. I need to remove that.
Current code:
.entry-author-link { display: none; } .entry-permalink { display: none; } .entry-date { display: none; } .entry-meta { display: none; }
4. I need to change the smaller font in the slider on the homepage.
5. I need to change the height of the caption on the homepage slider (shorter).
6. I need to change the font of post titles in grid view.
7. I need to change post title font in full-page view. I also need to change the font colour.
Thank you so much for any help you can provide.
- The topic ‘Several CSS Questions’ is closed to new replies.