Kye
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Editor] name/email visible in postHey there,
That’s your username, you can change it using a plugin like this:
https://ww.wp.xz.cn/plugins/edit-author-slug/
Hope this helps, have a great day!
Forum: Themes and Templates
In reply to: [Ridizain] Can I change background colour from white?That’s awesome! 🙂
It’s just a case of looking around and making sure all text is visible (click mouse and highlight all content to see if anything was hiding). I don’t personally use the theme so there might have been something I missed.
If I did then please just let me know 🙂
Have a great day! 🙂
Forum: Themes and Templates
In reply to: [Cazuela] Customized link color not showingHey again.
I guess that means that even though they look grey and black to me, other people see them as they should appear. Even when I log out, I don’t see what you do, though.
A link has a colour, then a visit link can have another colour, and when hovering this too can have a colour.
You see the grey on your site when you’ve visited the link.
You see the black when you hover on a link.
Other viewers will see this also, you see more grey links as you probably visited them all. If you wish to change those colours then you can use the CSS I mentioned before.
I have another problem like that as well: people tell me that my headers read correctly, but I only ever see the top half of the font, and the bottom of the letters are invisible to me.
What browser, version and OS?
Can you also show me a screenshot please?
Take care.
Forum: Themes and Templates
In reply to: [Vantage] Center Allign Nav-BarHey there,
You could try this:
.main-navigation .menu{ display:table; margin:auto; }As per the forum guidelines, you should open a new ticket for anything else 🙂
http://codex.ww.wp.xz.cn/Forum_Welcome#Where_To_Post
Have a great day!
Forum: Themes and Templates
In reply to: [Hueman] changing font colour of side barsHey again,
The sidebar text:
.widget { color: #000; }For the links:
.widget a { color: #000; }When hovering on links:
.widget a:hover { color: #000; }Just change the hex code to a colour you desire, #000 is black. I provided a link for hex codes above 🙂
Hope this helps.
Sure, I understand, and thank you for letting me know.
It would be fantastic if next time you could perhaps open a support ticket instead and allow us to assist before reviewing the plugin. We’d love to get to the bottom of any issue so that it can benefit the whole WordPress community.
Thanks again for letting me know, have a great day!
Forum: Themes and Templates
In reply to: [Hueman] header imageHey there,
As you didn’t provide a link for me to see what’s happening, or a link for the image you use so I’m not sure what issue it’s causing you. Maybe the image you’re using is too large, I can’t say without seeing your site.
As per the forum guidelines you should also open a new thread:
http://codex.ww.wp.xz.cn/Forum_Welcome#Where_To_Post
I don’t mind popping over there and taking a look when you’re done. 🙂
Take care.
Forum: Themes and Templates
In reply to: [Customizr] How to Hide Site TitleHey again.
I see where you mean, well if you want to totally hide it then you could use this:
.brand{display:none !important;}I wouldn’t usually recommend using !important right away however when I placed this at the end of the css on your site (developer tools) it made no difference so I guess somewhere !important is already being used or there is a later instance of CSS.
You see with CSS the last instance is the one that takes priority except when !important is used.
Anyway, give that a go and see how it is. You should get something like this:
http://monosnap.com/image/L0waiz73SRVlZkjVlpuPHD0HyAwu1b
Take care.
Forum: Themes and Templates
In reply to: Remove grey space on sides of navigation menuYou’re most welcome, have a great evening! 🙂
Forum: Themes and Templates
In reply to: [Ridizain] Can I change background colour from white?Hey there,
Not sure about the button, I don’t see it on the demo site. Please include a link to your site where this appears. 🙂
.site, .site-header, #secondary, .site-content .entry-header, .site-content .entry-meta,.entry-summary, .site-content .entry-content, .site-content .entry-summary, .page-content, .site-footer { background-color: #000; } a:active, a:hover, a:visited, .site-description, .site-title a, .site-title a:hover, .site-footer, .site-info, .site-info a, .site-navigation a, .menu-toggle:before, .featured-content .entry-meta, .featured-content a:hover, .entry-title a, .widget-title, .widget-title a, .widget_calendar tbody a:hover, .widget_calendar tbody a, .widget a, .widget_calendar caption, .widget textarea, .widget mark, .widget ins, p { color: #fff; }There is a chance that the theme has a CSS field in the options, if not then you can make a child theme:
http://codex.ww.wp.xz.cn/Child_Themes
http://premium.wpmudev.org/blog/create-wordpress-child-theme/Or you can instead use a plugin if you like:
http://ww.wp.xz.cn/plugins/custom-css-manager-plugin/screenshots/
http://ww.wp.xz.cn/plugins/my-custom-css/screenshots/
http://ww.wp.xz.cn/plugins/pc-custom-css/
http://ww.wp.xz.cn/plugins/imporved-simpler-css/screenshots/
You may still have some other areas that need attention, you should check around your site. 🙂
Have a fantastic day! 🙂
Hey there,
I just checked in Chrome on my Mac and don’t see this at all.
Do you have a screenshot please?
If this is Chrome on Windows or Linux then please let me know.
Cheers.
Forum: Themes and Templates
In reply to: CSS for removing "Bookmark the permalink"Hey there,
unfortunately as this is a commercial theme we’re unable to assist as per the forum rules:
http://codex.ww.wp.xz.cn/Forum_Welcome#Commercial_Products
You would need to contact the theme author for further assistance with this, sorry.
Take care.
Forum: Themes and Templates
In reply to: Remove grey space on sides of navigation menuHey there,
You could use this CSS:
.main-navigation { background:#fff; border-bottom: 0; border-top: 0; }Hope this helps.
Forum: Themes and Templates
In reply to: [Customizr] How to Hide Site TitleHey there,
This is what I see:
http://monosnap.com/image/q6dIm4nP5fU5amclBBXl1e2QTA2WWF
I’m not sure what you want removing there, I don’t see a title, just a huge image for the site name under the nav.
Perhaps I’m missing something?
Forum: Themes and Templates
In reply to: [Cazuela] Customized link color not showingThey there,
I was just looking at your site.
All of the links in the content are red. Once you visit them links they then show as grey, you can change that like so:
#content a:visited, #content a:hover {color:#bf0600}This will change the visited links and the on hover state to red so they remain constant which I think is what you want?
There is a chance that the theme has a CSS field in the options, if not then you can make a child theme:
http://codex.ww.wp.xz.cn/Child_Themes
http://premium.wpmudev.org/blog/create-wordpress-child-theme/Or you can instead use a plugin if you like:
http://ww.wp.xz.cn/plugins/custom-css-manager-plugin/screenshots/
http://ww.wp.xz.cn/plugins/my-custom-css/screenshots/
http://ww.wp.xz.cn/plugins/pc-custom-css/
http://ww.wp.xz.cn/plugins/imporved-simpler-css/screenshots/
Remember that with CSS the last instance called is the one that takes priority, unless of course you’ve used !important elsewhere.
Have a fantastic day! 🙂