Cubic Theme

  • Unknown's avatar

    I love this theme. Only 2 suggestions: instead of the downward arrow at the bottom of the First Page, can it say “Continue” or “More”? I want my readers to know that they haven’t arrived at the end of what I’m offering and the downward arrow, although it my be obvious to most, is not obvious to everyone.
    Same for the hamburger menu in the upper right hand corner. That’s where people can access my “About” page, but who knew? Could the words “Menu” and/or “About” appear with that hamburger menu icon?
    I’m just aiming for it being clear as day how readers can navigate around my blog and have access to everything it is that I’m offering.
    FYI,I’m 56 years old (and that might be part of the problem), but sometimes icons that seem “common knowledge” to everyone really aren’t.
    Otherwise, I LOVE the theme. Thank you so much for this perfect platform for my writing and photographs.

    The blog I need help with is: (visible only to logged in users)

  • No problem at all :-)

    Let’s try this styles to change hamburger to “Menu” and downward arrow to “More”

    #infinite-handle:before {
    	content: "More";
    	width: 60px;
    	font-family:inherit;
    }
    
    .sidebar-toggle:before {
    	content: "Menu";
    	height: 24px;
    	width: 45px;
    	font-family:inherit;
    }
  • Unknown's avatar

    Uh-oh, now I’m really in over my head. Thank you “chaitanyamsv” for your response, but I have absolutely NO idea what to do with the information you’ve provided.
    It appears to be some sort of computer code, but where do I go to make these changes? I’ve never done anything like this before.
    “It’s all Greek to me” would be an understatement. However, I really appreciate your trying to help!

  • No worries :-)

    Have you purchased the Custom Design upgrade, which is required to be able to use the custom styles (also known as CSS).

    Once you have purchased the upgrade, a CSS Editor will be enabled for you, to which you can add this code.

    Please don’t hesitate to keep asking questions :-)

  • I noticed a problem with the code I gave you.

    Once you click on the Menu, the X changes to 3. I realized why but don’t want to overwhelm you with the detail :-)

    To resolve this, just add the following code as well, besides the previous code:

    .sidebar-toggle.toggle-on:before {
    		content: "X";
    }
  • Unknown's avatar

    It worked!! Thank you!

  • The topic ‘Cubic Theme’ is closed to new replies.